File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,8 @@ This document serves as a guide for editors and reviewers. Some conventions and
88
99Idioms and styling:
1010
11- * Use American English spelling.
1211* Use Oxford commas.
1312* Avoid slashes for alternatives ("program/binary"); use conjunctions or rewrite it ("program or binary").
14- * Avoid qualifying something as "in Rust"; the entire reference is about Rust.
1513
1614## Content guidelines
1715
Original file line number Diff line number Diff line change 1717- [ Rust grammar] ( grammar.md )
1818- [ Attributes] ( attributes.md )
1919- [ Style guide] ( style/index.md )
20- - [ Wording] ( )
20+ - [ Wording] ( style/wording.md )
2121 - [ Language and grammar] ( )
2222 - [ Punctuation] ( )
2323- [ Review policy] ( review-policy.md )
Original file line number Diff line number Diff line change 1+ # Wording
2+
3+ Use American English spelling.
4+
5+ Avoid qualifying something as "in Rust"; the entire Reference is about Rust.
You can’t perform that action at this time.
0 commit comments