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

Commit 0247e50

Browse files
bors[bot]doki23
andauthored
11470: correct the description of Struct GlobalState r=lnicola a=doki23 Fixes rust-lang#11469 The description of GlobalState should be 'more than one impl' Co-authored-by: doki <[email protected]>
2 parents 02904e9 + 94b6038 commit 0247e50

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)