Skip to content

Commit c2408a7

Browse files
committed
Auto merge of #13201 - hi-rustin:rustin-patch-build-script-typo, r=weihanglo
chore: fix a typo
2 parents d45969a + 1687fb8 commit c2408a7

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)