about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2020-04-01 20:07:00 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-04-01 20:09:08 -0500
commitd3b6c9397624c456eea86dea86e0701f686c6856 (patch)
tree43a834ef66c46a027add17c4692be9ed4c620275 /src/doc/rustc-dev-guide
parentdbc55da42d3345c6135e034851b920189595b049 (diff)
downloadrust-d3b6c9397624c456eea86dea86e0701f686c6856.tar.gz
rust-d3b6c9397624c456eea86dea86e0701f686c6856.zip
Shorten line
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/SUMMARY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/SUMMARY.md b/src/doc/rustc-dev-guide/src/SUMMARY.md
index e7cb6ed6049..d8e6f852fed 100644
--- a/src/doc/rustc-dev-guide/src/SUMMARY.md
+++ b/src/doc/rustc-dev-guide/src/SUMMARY.md
@@ -37,7 +37,7 @@
     - [High-level overview of the compiler source](./high-level-overview.md)
     - [The Rustc Driver and Interface](./rustc-driver.md)
         - [Rustdoc](./rustdoc.md)
-        - [Example: Type checking through `rustc_interface`](./rustc-driver-interacting-with-the-ast.md)
+        - [Ex: Type checking through `rustc_interface`](./rustc-driver-interacting-with-the-ast.md)
     - [Queries: demand-driven compilation](./query.md)
         - [The Query Evaluation Model in Detail](./queries/query-evaluation-model-in-detail.md)
         - [Incremental compilation](./queries/incremental-compilation.md)