We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bba438 + 0a2a50a commit a375ad6Copy full SHA for a375ad6
crates/rust-analyzer/src/global_state.rs
@@ -93,7 +93,7 @@ pub(crate) struct GlobalState {
93
/// first phase is much faster, and is much less likely to fail.
94
///
95
/// This creates a complication -- by the time the second phase completes,
96
- /// the results of the fist phase could be invalid. That is, while we run
+ /// the results of the first phase could be invalid. That is, while we run
97
/// `cargo check`, the user edits `Cargo.toml`, we notice this, and the new
98
/// `cargo metadata` completes before `cargo check`.
99
0 commit comments