Skip to content

Commit a2bb014

Browse files
authored
Merge pull request #18548 from markmurphydev/master
Update file path for request.rs entry point in architecture.md
2 parents c0bbbb3 + 9f73787 commit a2bb014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/architecture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The underlying engine makes sure that model is computed lazily (on-demand) and c
4242
`crates/rust-analyzer/src/bin/main.rs` contains the main function which spawns LSP.
4343
This is *the* entry point, but it front-loads a lot of complexity, so it's fine to just skim through it.
4444

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.
45+
`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.
4646

4747
`Analysis` and `AnalysisHost` types define the main API for consumers of IDE services.
4848

0 commit comments

Comments
 (0)