Skip to content

Commit 837901a

Browse files
bors[bot]Therzok
andauthored
Merge #11832
11832: Fix typo in the style documentation r=lnicola a=Therzok Was going through the documentation itself and found this typo just waiting to be fixed Co-authored-by: Marius Ungureanu <[email protected]>
2 parents f89529e + b70fa1c commit 837901a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ Having the result type specified up-front helps with understanding what the chai
10361036

10371037
## Helper Functions
10381038

1039-
Avoid creating singe-use helper functions:
1039+
Avoid creating single-use helper functions:
10401040

10411041
```rust
10421042
// GOOD

0 commit comments

Comments
 (0)