mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Fix typo in docs/dev/lsp-extensions.md: automagiacally -> automagically
This commit is contained in:
parent
3689c8c3f6
commit
49f674480a
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ fn main() {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
`experimental/joinLines` yields (curly braces are automagiacally removed)
|
`experimental/joinLines` yields (curly braces are automagically removed)
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
fn main() {
|
fn main() {
|
||||||
|
|
Loading…
Reference in a new issue