Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 94b6038

Browse files
authored
correct the description of Struct GlobalState
1 parent 02904e9 commit 94b6038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/global_state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub(crate) type ReqQueue = lsp_server::ReqQueue<(String, Instant), ReqHandler>;
4646
/// snapshot of the file systems, and `analysis_host`, which stores our
4747
/// incremental salsa database.
4848
///
49-
/// Note that this struct has more than on impl in various modules!
49+
/// Note that this struct has more than one impl in various modules!
5050
pub(crate) struct GlobalState {
5151
sender: Sender<lsp_server::Message>,
5252
req_queue: ReqQueue,

0 commit comments

Comments
 (0)