Skip to content

Commit c930b21

Browse files
committed
style-guide: Reword an awkwardly phrased recommendation (and fix a typo)
1 parent fec28b2 commit c930b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/style-guide/src/items.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Tools should make the above ordering optional.
1515

1616
### Function definitions
1717

18-
In Rust, one finds functions by searching for `fn [function-name]`; It's
19-
important that you style your code so that it's very searchable in this way.
18+
In Rust, people often find functions by searching for `fn [function-name]`, so
19+
the formatting of function definitions shold enable this.
2020

2121
The proper ordering and spacing is:
2222

0 commit comments

Comments
 (0)