about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorCamelid <camelidcamel@gmail.com>2020-09-14 20:18:28 -0700
committerJoshua Nelson <joshua@yottadb.com>2020-09-17 11:35:14 -0400
commit3fd9f3bd08f5d7d7dc841f9c44b5e5685885b1a8 (patch)
tree4548a4777269502d310dde02657575e43c865fbe /src/doc/rustc-dev-guide
parent9d5753910d3c5ffa9dbf448f1779cea17545306e (diff)
downloadrust-3fd9f3bd08f5d7d7dc841f9c44b5e5685885b1a8.tar.gz
rust-3fd9f3bd08f5d7d7dc841f9c44b5e5685885b1a8.zip
Fix typo in table of contents
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 8915541cdf5..5bd03878063 100644
--- a/src/doc/rustc-dev-guide/src/SUMMARY.md
+++ b/src/doc/rustc-dev-guide/src/SUMMARY.md
@@ -145,7 +145,7 @@
     - [Implicit Caller Location](./backend/implicit-caller-location.md)
 - [Profile-guided Optimization](./profile-guided-optimization.md)
 - [Sanitizers Support](./sanitizers.md)
-- [Debugging Support in Rust Compiler](./debugging-support-in-rustc.md)
+- [Debugging Support in the Rust Compiler](./debugging-support-in-rustc.md)
 
 ---