aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-05-30 05:51:26 +0100
committerGitHub <[email protected]>2020-05-30 05:51:26 +0100
commit40bdd2e161e0e29805462fe3f2a8ea624e4a38d4 (patch)
tree95e9ce3b0c1d449f577e9f80d56db4f091c83339 /docs
parentf7f01dd5f0a8254abeefb0156e2c4ebe1447bfb6 (diff)
parent49f674480a54823c81390c15e37eddfdab5ea7ec (diff)
Merge #4655
4655: Fix typo in docs/dev/lsp-extensions.md: automagiacally -> automagically r=kjeremy a=theHamsta This may be a typo... Co-authored-by: Stephan Seitz <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/lsp-extensions.md2
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
160fn main() { 160fn main() {