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