Skip to content

Commit 1687fb8

Browse files
committed
chore: fix a typo
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
1 parent d45969a commit 1687fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/custom_build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//! that would compile other Cargo targets. It will recursively creates units
1111
//! of its dependencies. One biggest difference is that the [`Unit`] of
1212
//! compiling a build script is flagged as [`TargetKind::CustomBuild`].
13-
//! * Build script executaion --- During the construction of the [`UnitGraph`],
13+
//! * Build script execution --- During the construction of the [`UnitGraph`],
1414
//! Cargo inserts a [`Unit`] with [`CompileMode::RunCustomBuild`]. This unit
1515
//! depends on the unit of compiling the associated build script, to ensure
1616
//! the executable is available before running. The [`Work`] of running the

0 commit comments

Comments
 (0)