Skip to content

Commit 0a036a2

Browse files
committed
Fix another typo “a”→“an”
1 parent 5c9d614 commit 0a036a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/job_queue.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
//!
3737
//! "NeedsToken" indicates that a rustc is interested in acquiring a token, but
3838
//! never that it would be impossible to make progress without one (i.e., it
39-
//! would be incorrect for rustc to not terminate due to a unfulfilled
39+
//! would be incorrect for rustc to not terminate due to an unfulfilled
4040
//! NeedsToken request); we do not usually fulfill all NeedsToken requests for a
4141
//! given rustc.
4242
//!

0 commit comments

Comments
 (0)