We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0bbbb3 + 9f73787 commit a2bb014Copy full SHA for a2bb014
docs/dev/architecture.md
@@ -42,7 +42,7 @@ The underlying engine makes sure that model is computed lazily (on-demand) and c
42
`crates/rust-analyzer/src/bin/main.rs` contains the main function which spawns LSP.
43
This is *the* entry point, but it front-loads a lot of complexity, so it's fine to just skim through it.
44
45
-`crates/rust-analyzer/src/handlers/requests.rs` implements all LSP requests and is a great place to start if you are already familiar with LSP.
+`crates/rust-analyzer/src/handlers/request.rs` implements all LSP requests and is a great place to start if you are already familiar with LSP.
46
47
`Analysis` and `AnalysisHost` types define the main API for consumers of IDE services.
48
0 commit comments