Skip to content

Commit 731940c

Browse files
authored
Merge pull request #2045 from Noratrieb/patch-1
Clarify name in schema
2 parents 46b0b67 + 90bb6c2 commit 731940c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/toml-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Every member of a Rust team is represented by a file in the `people` directory.
66
The file structure is this:
77

88
```toml
9-
name = "John Doe" # Real name of the person (required)
9+
name = "John Doe" # Display name of the person for the website (required)
1010
github = "johndoe" # GitHub username of the person (required)
1111
github-id = 123456 # GitHub ID of the person (required)
1212
zulip-id = 123456 # Zulip ID of the person (optional)

0 commit comments

Comments
 (0)