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>2019-02-20 12:55:34 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-02-23 18:12:58 -0600
commit2e90be41191918c59278448d123f43dee01eec8c (patch)
treeb833a7297b087a70a815fbb2fcdd57a11de851aa /src/doc/rustc-dev-guide
parentf81f087ec459100277f43dcdc5adb00c82f6970b (diff)
downloadrust-2e90be41191918c59278448d123f43dee01eec8c.tar.gz
rust-2e90be41191918c59278448d123f43dee01eec8c.zip
Update src/SUMMARY.md
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
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 723608da936..0761e734de7 100644
--- a/src/doc/rustc-dev-guide/src/SUMMARY.md
+++ b/src/doc/rustc-dev-guide/src/SUMMARY.md
@@ -14,7 +14,7 @@
     - [Adding new tests](./tests/adding.md)
     - [Using `compiletest` + commands to control test execution](./compiletest.md)
 - [Walkthrough: a typical contribution](./walkthrough.md)
-- [Implementing new feature](./implementing_new_feature.md)
+- [Implementing new features](./implementing_new_feature.md)
 - [Stabilizing Features](./stabilization_guide.md)
 - [Debugging the Compiler](./compiler-debugging.md)
 - [Profiling the compiler](./profiling.md)