Unnamed repository; edit this file 'description' to name the repository.
-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