Skip to content

Commit ef8963b

Browse files
authored
Update rustc-driver.md
1 parent d60d492 commit ef8963b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rustc-driver.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ drives the compilation to completion.
2929

3030
Finally [`rustc_driver::run_compiler()`][rd_rc] also takes a [`Callbacks`][cb],
3131
which is a `trait` that allows for custom compiler configuration, as well as
32-
allowing some custom code run after different phases of the compilation.
32+
allowing custom code to run after different phases of the compilation.
3333

3434
> **Warning:** By its very nature, the internal compiler APIs are always going
3535
> to be unstable. That said, we do try not to break things unnecessarily.
@@ -47,4 +47,4 @@ allowing some custom code run after different phases of the compilation.
4747
[i_rc]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_interface/interface/fn.run_compiler.html
4848
[rd_rc]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_driver_impl/fn.run_compiler.html
4949
[stupid-stats]: https://github.com/nrc/stupid-stats
50-
[`nightly-rustc`]: https://doc.rust-lang.org/nightly/nightly-rustc/
50+
[`nightly-rustc`]: https://doc.rust-lang.org/nightly/nightly-rustc/

0 commit comments

Comments
 (0)