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