From f57ba1f6e297af8f78d465f13e3dc7dd1db80c8a Mon Sep 17 00:00:00 2001 From: Who? Me?! Date: Wed, 1 Apr 2020 20:07:00 -0500 Subject: [PATCH] Shorten line --- src/SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index e7cb6ed6..d8e6f852 100644 --- a/src/SUMMARY.md +++ b/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)