Skip to content

Commit 87c09fe

Browse files
RalfJungjyn514
andauthored
fix typo
Co-authored-by: jyn <[email protected]>
1 parent 281aa50 commit 87c09fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/bootstrap/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ impl Build {
683683

684684
if !self.config.dry_run() {
685685
{
686-
// We first to a dry-run. This is a sanity-check to ensure that
686+
// We first do a dry-run. This is a sanity-check to ensure that
687687
// steps don't do anything expensive in the dry-run.
688688
self.config.dry_run = DryRun::SelfCheck;
689689
let builder = builder::Builder::new(self);

0 commit comments

Comments
 (0)