mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Fix typo in the style documentation
Was going through the documentation itself and found this typo just waiting to be fixed
This commit is contained in:
parent
f89529eb47
commit
b70fa1c717
1 changed files with 1 additions and 1 deletions
|
@ -1036,7 +1036,7 @@ Having the result type specified up-front helps with understanding what the chai
|
|||
|
||||
## Helper Functions
|
||||
|
||||
Avoid creating singe-use helper functions:
|
||||
Avoid creating single-use helper functions:
|
||||
|
||||
```rust
|
||||
// GOOD
|
||||
|
|
Loading…
Reference in a new issue