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 720231c2d..8d57fc049 100644 --- a/docs/dev/style.md +++ b/docs/dev/style.md | |||
@@ -246,7 +246,7 @@ impl Ctx { | |||
246 | 246 | ||
247 | The difference is that `Ctx` is an impl detail here. | 247 | The difference is that `Ctx` is an impl detail here. |
248 | 248 | ||
249 | Sometimes a middle ground is acceptable if this can safe some busywork: | 249 | Sometimes a middle ground is acceptable if this can save some busywork: |
250 | 250 | ||
251 | ```rust | 251 | ```rust |
252 | ThingDoer::do(arg1, arg2); | 252 | ThingDoer::do(arg1, arg2); |