Skip to content

Commit 9e9d9cb

Browse files
authored
Merge pull request #694 from pierwill/desc-punc
Remove end stop punctuation in team descriptions
2 parents 69eeb6a + a6664a9 commit 9e9d9cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

teams/wg-allocators.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ orgs = ["rust-lang"]
2020

2121
[website]
2222
name = "Allocator working group"
23-
description = "Paving a path for a standard set of allocator traits to be used in collections."
23+
description = "Paving a path for a standard set of allocator traits to be used in collections"
2424
repo = "https://github.com/rust-lang/wg-allocators"
2525
zulip-stream = "t-libs/wg-allocators"
2626

teams/wg-embedded-infra.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111

1212
[website]
1313
name = "Embedded infrastructure team"
14-
description = "Managing wg-embedded domains, DNS records, e-mails aliases, etc."
14+
description = "Managing infrastructure for wg-embedded"
1515

1616
[[github]]
1717
orgs = ["rust-embedded"]

teams/wg-gamedev.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ members = [
2222
[website]
2323
page = "gamedev"
2424
name = "Game development working group"
25-
description = "Focusing on making Rust the default choice for game development."
25+
description = "Focusing on making Rust the default choice for game development"
2626
repo = "https://github.com/rust-gamedev"
2727
discord-invite = "https://discord.gg/sG23nSS"
2828
discord-name = "#wg-gamedev"

teams/wg-rustc-reading-club.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = ["doc-jones", "nikomatsakis"]
88

99
[website]
1010
name = "Rust Code Reading Club working group"
11-
description = "Helping new and experienced contributors learn more about rustc."
11+
description = "Helping new and experienced contributors learn more about rustc"
1212
repo = "https://rust-lang.github.io/rustc-reading-club/"
1313
zulip-stream = "rustc-reading-club"
1414

0 commit comments

Comments
 (0)