diff options
author | Stephan Seitz <[email protected]> | 2020-05-29 22:41:04 +0100 |
---|---|---|
committer | Stephan Seitz <[email protected]> | 2020-05-29 22:43:14 +0100 |
commit | 49f674480a54823c81390c15e37eddfdab5ea7ec (patch) | |
tree | 4dbc833185e3457a1867413d1136bc4584851bb3 /docs | |
parent | 3689c8c3f67ed8ed63674ef50c6022fc91db2e13 (diff) |
Fix typo in docs/dev/lsp-extensions.md: automagiacally -> automagically
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/lsp-extensions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md index 68a5df27e..dbc95be38 100644 --- a/docs/dev/lsp-extensions.md +++ b/docs/dev/lsp-extensions.md | |||
@@ -154,7 +154,7 @@ fn main() { | |||
154 | } | 154 | } |
155 | ``` | 155 | ``` |
156 | 156 | ||
157 | `experimental/joinLines` yields (curly braces are automagiacally removed) | 157 | `experimental/joinLines` yields (curly braces are automagically removed) |
158 | 158 | ||
159 | ```rust | 159 | ```rust |
160 | fn main() { | 160 | fn main() { |