Skip to content

Commit ae252b5

Browse files
authored
docs: fix typos in cargo_compile/mod.rs
1 parent 15d0909 commit ae252b5

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

+1-1
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)