summaryrefslogtreecommitdiff
path: root/doc/ale-rust.txt
diff options
context:
space:
mode:
authorArthur Arnold <arthurpaimarnold@gmail.com>2020-09-14 07:57:22 -0300
committerGitHub <noreply@github.com>2020-09-14 07:57:22 -0300
commit63a528eac29c9bc34811eba2e0e09eab24b53591 (patch)
tree9a79b548cb4437b8e3326bd2a80f47d53e6f8c65 /doc/ale-rust.txt
parent08295ce17405cb5f6c80d2f726262493bfd21210 (diff)
downloadale-63a528eac29c9bc34811eba2e0e09eab24b53591.zip
Fix wording in Rust doc
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 f4b4e7b7..3aa63673 100644
--- a/doc/ale-rust.txt
+++ b/doc/ale-rust.txt
@@ -22,12 +22,12 @@ Integration Information
3. rls -- If you have `rls` installed, you might prefer using this linter
over cargo. rls implements the Language Server Protocol for incremental
compilation of Rust code, and can check Rust files while you type. `rls`
- requires Rust files to contained in Cargo projects.
+ requires Rust files to be contained in Cargo projects.
4. analyzer -- If you have rust-analyzer installed, you might prefer using
this linter over cargo and rls. rust-analyzer also implements the
Language Server Protocol for incremental compilation of Rust code, and is
the next iteration of rls. rust-analyzer, like rls, requires Rust files
- to contained in Cargo projects.
+ to be contained in Cargo projects.
5. rustfmt -- If you have `rustfmt` installed, you can use it as a fixer to
consistently reformat your Rust code.