Skip to content

Commit f5ef493

Browse files
dwijnandehuss
andauthored
Update src/cargo/ops/fix.rs
Fix typo. Co-Authored-By: ehuss <eric@huss.org>
1 parent e6efbb1 commit f5ef493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/ops/fix.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! High-level overview of how `fix` works:
22
//!
33
//! The main goal is to run `cargo check` to get rustc to emit JSON
4-
//! diagnostics with suggested fixes that can be applied to the files an the
4+
//! diagnostics with suggested fixes that can be applied to the files on the
55
//! filesystem, and validate that those changes didn't break anything.
66
//!
77
//! Cargo begins by launching a `LockServer` thread in the background to

0 commit comments

Comments
 (0)