From f516cac47c244566db4f9b421974bdeb1310510f Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 9 Sep 2018 23:33:53 +0200 Subject: [PATCH] doc: fix typo in ale-rust.txt [ci skip] --- doc/ale-rust.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ale-rust.txt b/doc/ale-rust.txt index a6bd59ad..13e5f6f0 100644 --- a/doc/ale-rust.txt +++ b/doc/ale-rust.txt @@ -115,8 +115,8 @@ g:ale_rust_cargo_avoid_whole_workspace *g:ale_rust_cargo_avoid_whole_workspace* Default: `1` When set to 1, and ALE is used to edit a crate that is part of a Cargo - workspace, avoid building the entire entire workspace by invoking - `cargo` directly in the crate's directory. Otherwise, behave as usual. + workspace, avoid building the entire workspace by invoking `cargo` directly + in the crate's directory. Otherwise, behave as usual. ===============================================================================