Skip to content

Commit 59d5328

Browse files
committed
Fix source code path in comment
1 parent 8decc04 commit 59d5328

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Diff for: src/bootstrap/src/core/build_steps/doc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ macro_rules! book {
7272
}
7373

7474
// NOTE: When adding a book here, make sure to ALSO build the book by
75-
// adding a build step in `src/bootstrap/builder.rs`!
75+
// adding a build step in `src/bootstrap/code/builder/mod.rs`!
7676
// NOTE: Make sure to add the corresponding submodule when adding a new book.
7777
// FIXME: Make checking for a submodule automatic somehow (maybe by having a list of all submodules
7878
// and checking against it?).

0 commit comments

Comments
 (0)