diff options
author | Aleksey Kladov <[email protected]> | 2020-11-02 11:17:34 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-02 11:17:34 +0000 |
commit | 412d6b3db54a7efccf625d16d1e829cb7b5b1def (patch) | |
tree | 758ef751e20a4ab4b437b2abd7f0a49fc04245e8 /docs/dev | |
parent | 4318828f21fa8af6a95952b8b583fb9977bacfa5 (diff) |
Update docs/dev/style.md
Co-authored-by: Laurențiu Nicola <[email protected]>
Diffstat (limited to 'docs/dev')
-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); |