Skip to content

Commit 048d925

Browse files
authored
not obvious what Ex is, so rather get rid (rust-lang#1372)
1 parent a3d2f90 commit 048d925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SUMMARY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
- [Prologue](./part-3-intro.md)
7777
- [Command-line arguments](./cli.md)
7878
- [The Rustc Driver and Interface](./rustc-driver.md)
79-
- [Ex: Type checking through `rustc_interface`](./rustc-driver-interacting-with-the-ast.md)
80-
- [Ex: Getting diagnostics through `rustc_interface`](./rustc-driver-getting-diagnostics.md)
79+
- [Example: Type checking](./rustc-driver-interacting-with-the-ast.md)
80+
- [Example: Getting diagnostics](./rustc-driver-getting-diagnostics.md)
8181
- [Syntax and the AST](./syntax-intro.md)
8282
- [Lexing and Parsing](./the-parser.md)
8383
- [Macro expansion](./macro-expansion.md)

0 commit comments

Comments
 (0)