Skip to content

Commit 00030f6

Browse files
committed
Auto merge of #11874 - TomAFrench:patch-1, r=ehuss
docs: fix typos in `cargo_compile/mod.rs` ### What does this PR try to resolve? We've got a couple of typos in the docs for `cargo_compile/mod.rs` so I've addressed them. ### How should we test and review this PR? Just needs a quick proofread ### Additional information N/A
2 parents 62ebe00 + ae252b5 commit 00030f6

File tree

1 file changed

+1
-1
lines changed
  • src/cargo/ops/cargo_compile

1 file changed

+1
-1
lines changed

src/cargo/ops/cargo_compile/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//! from the resolver. See also [`unit_dependencies`].
1616
//! 5. Construct the [`BuildContext`] with all of the information collected so
1717
//! far. This is the end of the "front end" of compilation.
18-
//! 6. Create a [`Context`] which oordinates the compilation process a
18+
//! 6. Create a [`Context`] which coordinates the compilation process
1919
//! and will perform the following steps:
2020
//! 1. Prepare the `target` directory (see [`Layout`]).
2121
//! 2. Create a [`JobQueue`]. The queue checks the

0 commit comments

Comments
 (0)