Update docs/dev/style.md

Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
Aleksey Kladov 2020-11-02 12:17:34 +01:00 committed by GitHub
parent 4318828f21
commit 412d6b3db5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -246,7 +246,7 @@ impl Ctx {
The difference is that `Ctx` is an impl detail here.
Sometimes a middle ground is acceptable if this can safe some busywork:
Sometimes a middle ground is acceptable if this can save some busywork:
```rust
ThingDoer::do(arg1, arg2);