Skip to content

Commit b2e8282

Browse files
authored
Merge pull request #486 from rust-lang/docs-readme
docs: Mention rust-toggle-mutability instead of rustic one
2 parents 53b1b5c + 8767fef commit b2e8282

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This mode provides:
5050
- Indentation
5151
- Integration with Cargo, clippy and rustfmt
5252

53-
This mode does _not_ provide autocompletion, or jumping to function /
53+
This mode does _not_ provide auto completion, or jumping to function /
5454
trait definitions. See [Auto-completion](#auto-completion) below for tips on how
5555
to enable this.
5656

@@ -189,7 +189,7 @@ This is bound to <kbd>C-c C-d</kbd> by default.
189189

190190
### More commands
191191

192-
- `rustic-toggle-mutability` toggle mut for var defined at current line
192+
- `rust-toggle-mutability` toggle mut for var defined at current line
193193

194194
## highlighting with tree-sitter
195195

@@ -228,7 +228,7 @@ by using additional packages. You can find more information in the
228228
You can either use a lsp client or [racer](https://github.com/racer-rust/racer)
229229
with [emacs-racer](https://github.com/racer-rust/emacs-racer#installation).
230230

231-
Note that racer and rls are considered deprecated. You should try rust-analyzer
231+
Note that racer and rls are considered deprecated. You should use rust-analyzer
232232
instead.
233233

234234
## Other recommended packages

0 commit comments

Comments
 (0)