summaryrefslogtreecommitdiff
path: root/doc/ale-rust.txt
diff options
context:
space:
mode:
authorrhysd <lin90162@yahoo.co.jp>2017-10-03 01:11:54 +0900
committerrhysd <lin90162@yahoo.co.jp>2017-10-03 01:11:54 +0900
commit753592ca6605c8b8f45c5cd08604b514ec644cc3 (patch)
treeb715680462f76b48802749511958f8c04443b993 /doc/ale-rust.txt
parente0bd490ed9150c8a229f127dcacbcbf97c9f9861 (diff)
downloadale-753592ca6605c8b8f45c5cd08604b514ec644cc3.zip
Fix typos
Diffstat (limited to 'doc/ale-rust.txt')
-rw-r--r--doc/ale-rust.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-rust.txt b/doc/ale-rust.txt
index d03ab073..52dc3d61 100644
--- a/doc/ale-rust.txt
+++ b/doc/ale-rust.txt
@@ -20,7 +20,7 @@ Integration Information
while you type.
3. rls -- If you have `rls` installed, you might prefer using this linter
over cargo. rls implements the Language Server Protocol for incremental
- compliation of Rust code, and can check Rust files while you type. `rls`
+ compilation of Rust code, and can check Rust files while you type. `rls`
requires Rust files to contained in Cargo projects.
Only cargo is enabled by default. To switch to using rustc instead of cargo,