From 412d6b3db54a7efccf625d16d1e829cb7b5b1def Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 2 Nov 2020 12:17:34 +0100 Subject: Update docs/dev/style.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Laurențiu Nicola --- docs/dev/style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev') 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 { 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); -- cgit v1.2.3