Skip to content

Commit a375ad6

Browse files
committed
Auto merge of rust-lang#14425 - Eclips4:fix_typo, r=Veykril
Fix typo
2 parents 5bba438 + 0a2a50a commit a375ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/global_state.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ pub(crate) struct GlobalState {
9393
/// first phase is much faster, and is much less likely to fail.
9494
///
9595
/// 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
96+
/// the results of the first phase could be invalid. That is, while we run
9797
/// `cargo check`, the user edits `Cargo.toml`, we notice this, and the new
9898
/// `cargo metadata` completes before `cargo check`.
9999
///

0 commit comments

Comments
 (0)