Skip to content

Commit 01e44b1

Browse files
authored
add missing word in doc comment
1 parent c6c1796 commit 01e44b1

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/builder

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/builder/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ pub trait Step: 'static + Clone + Debug + PartialEq + Eq + Hash {
104104
/// 1. Directly from [`Builder::execute_cli`].
105105
/// 2. Indirectly by being called from other `Step`s using [`Builder::ensure`].
106106
///
107-
/// When called with [`Builder::execute_cli`] (as done by `Build::build`), this function executed twice:
107+
/// When called with [`Builder::execute_cli`] (as done by `Build::build`), this function is executed twice:
108108
/// - First in "dry-run" mode to validate certain things (like cyclic Step invocations,
109109
/// directory creation, etc) super quickly.
110110
/// - Then it's called again to run the actual, very expensive process.

0 commit comments

Comments
 (0)