Unnamed repository; edit this file 'description' to name the repository.
Fix typo in the style documentation
Was going through the documentation itself and found this typo just waiting to be fixed
Marius Ungureanu 2022-03-27
parent f89529e · commit b70fa1c
-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