]> git.lizzy.rs Git - rust.git/commitdiff
Move backtick after "use"
authorLorenzo Villani <241660+lvillani@users.noreply.github.com>
Sun, 28 Oct 2018 15:33:56 +0000 (16:33 +0100)
committerGitHub <noreply@github.com>
Sun, 28 Oct 2018 15:33:56 +0000 (16:33 +0100)
ARCHITECTURE.md

index 1efd1e054cf051a2987a5b9b9e831d29dfb0d1ab..f16ff782c058cf022cb5488d87568a6efd88e34b 100644 (file)
@@ -118,8 +118,8 @@ VS Code plugin
 ## Common workflows
 
 To try out VS Code extensions, run `cargo install-code`.  This installs both the
-`ra_lsp_server` binary and VS Code extension. To install only the binary, `use
-cargo install --path crates/ra_lsp_server --force`
+`ra_lsp_server` binary and VS Code extension. To install only the binary, use
+`cargo install --path crates/ra_lsp_server --force`
 
 To see logs from the language server, set `RUST_LOG=info` env variable. To see
 all communication between the server and the client, use