Skip to content

Commit

Permalink
Update src/cargo/ops/fix.rs
Browse files Browse the repository at this point in the history
Fix typo.

Co-Authored-By: ehuss <eric@huss.org>
  • Loading branch information
dwijnand and ehuss authored Jan 3, 2019
1 parent e6efbb1 commit f5ef493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/ops/fix.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! High-level overview of how `fix` works:
//!
//! The main goal is to run `cargo check` to get rustc to emit JSON
//! diagnostics with suggested fixes that can be applied to the files an the
//! diagnostics with suggested fixes that can be applied to the files on the
//! filesystem, and validate that those changes didn't break anything.
//!
//! Cargo begins by launching a `LockServer` thread in the background to
Expand Down

0 comments on commit f5ef493

Please sign in to comment.