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-01-15 21:03:13 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-01-17 18:56:02 -0600
commit76621facb83e3c5a3f4c03a731a3de53dc4e1082 (patch)
tree3616809f8ba8740048456560e07431a98ea23546 /src/doc/rustc-dev-guide
parent5ffa85846761bb338643ab488c8a9accf7884101 (diff)
Update src/stabilization_guide.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/stabilization_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/stabilization_guide.md b/src/doc/rustc-dev-guide/src/stabilization_guide.md
index d21fbb1747a..a245d170b33 100644
--- a/src/doc/rustc-dev-guide/src/stabilization_guide.md
+++ b/src/doc/rustc-dev-guide/src/stabilization_guide.md
@@ -100,7 +100,7 @@ writing, the next stable release (what is currently beta, iow) was
 
 ### Removing existing uses of the feature-gate
 
-Next search for the feature string (in this case, pub_restricted)
+Next search for the feature string (in this case, `pub_restricted`)
 in the codebase to find where it appears. Change uses of
 `#![feature(XXX)]` from the stdlib and rustc crates to be
 `#![cfg_attr(stage0, feature(XXX))]`. This includes the feature-gate