summaryrefslogtreecommitdiff
path: root/doc/ale-rust.txt
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2018-09-09 23:33:53 +0200
committerDaniel Hahler <git@thequod.de>2018-09-09 23:34:27 +0200
commitf516cac47c244566db4f9b421974bdeb1310510f (patch)
treeecc47b1fd493ee8019f2298ea8f85ed49037f822 /doc/ale-rust.txt
parent0948dcc435201f0ea62a22c53ce31971a75cba35 (diff)
downloadale-f516cac47c244566db4f9b421974bdeb1310510f.zip
doc: fix typo in ale-rust.txt
[ci skip]
Diffstat (limited to 'doc/ale-rust.txt')
-rw-r--r--doc/ale-rust.txt4
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.
===============================================================================