aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/style.md
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-11-02 11:17:34 +0000
committerGitHub <[email protected]>2020-11-02 11:17:34 +0000
commit412d6b3db54a7efccf625d16d1e829cb7b5b1def (patch)
tree758ef751e20a4ab4b437b2abd7f0a49fc04245e8 /docs/dev/style.md
parent4318828f21fa8af6a95952b8b583fb9977bacfa5 (diff)
Update docs/dev/style.md
Co-authored-by: LaurenČ›iu Nicola <[email protected]>
Diffstat (limited to 'docs/dev/style.md')
-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);