diff options
author | Daniel Hahler <git@thequod.de> | 2018-09-09 23:33:53 +0200 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2018-09-09 23:34:27 +0200 |
commit | f516cac47c244566db4f9b421974bdeb1310510f (patch) | |
tree | ecc47b1fd493ee8019f2298ea8f85ed49037f822 | |
parent | 0948dcc435201f0ea62a22c53ce31971a75cba35 (diff) | |
download | ale-f516cac47c244566db4f9b421974bdeb1310510f.zip |
doc: fix typo in ale-rust.txt
[ci skip]
-rw-r--r-- | doc/ale-rust.txt | 4 |
1 files 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. =============================================================================== |