Unnamed repository; edit this file 'description' to name the repository.
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]>
bors[bot] 2022-03-27
parent f89529e · parent b70fa1c · commit 837901a
-rw-r--r--docs/dev/style.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/style.md b/docs/dev/style.md
index d64c050ccd..13da88044c 100644
--- a/docs/dev/style.md
+++ b/docs/dev/style.md
@@ -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