about summary refs log tree commit diff
path: root/docs/dev
diff options
context:
space:
mode:
authorAleksey Kladov <aleksey.kladov@gmail.com>2020-11-02 12:17:34 +0100
committerGitHub <noreply@github.com>2020-11-02 12:17:34 +0100
commit412d6b3db54a7efccf625d16d1e829cb7b5b1def (patch)
tree758ef751e20a4ab4b437b2abd7f0a49fc04245e8 /docs/dev
parent4318828f21fa8af6a95952b8b583fb9977bacfa5 (diff)
downloadrust-412d6b3db54a7efccf625d16d1e829cb7b5b1def.tar.gz
rust-412d6b3db54a7efccf625d16d1e829cb7b5b1def.zip
Update docs/dev/style.md
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
Diffstat (limited to 'docs/dev')
-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 720231c2dad..8d57fc04983 100644
--- a/docs/dev/style.md
+++ b/docs/dev/style.md
@@ -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);