diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-09-10 09:21:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-10 09:21:01 +0100 |
commit | f00435e356fab3a5e4fe75de348f25aa21322a7d (patch) | |
tree | ecc47b1fd493ee8019f2298ea8f85ed49037f822 | |
parent | 0948dcc435201f0ea62a22c53ce31971a75cba35 (diff) | |
parent | f516cac47c244566db4f9b421974bdeb1310510f (diff) | |
download | ale-f00435e356fab3a5e4fe75de348f25aa21322a7d.zip |
Merge pull request #1899 from blueyed/typo
doc: fix typo in ale-rust.txt
-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. =============================================================================== |