diff options
-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. =============================================================================== |