diff options
| -rw-r--r-- | docs/dev/style.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/style.md b/docs/dev/style.md index d64c050ccd5..13da88044c1 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 |
