about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatt Brubeck <mbrubeck@limpet.net>2015-04-24 09:18:30 -0700
committerMatt Brubeck <mbrubeck@limpet.net>2015-04-24 09:24:53 -0700
commit7972fbb735ee49377e22096a1f7fc9c4bae0e289 (patch)
treed5f56f2844910f3e2980f6d5ec8674fbe0c9997d
parentf191f924214aa1dcd342ada1d99775ccbb01ddd7 (diff)
downloadrust-7972fbb735ee49377e22096a1f7fc9c4bae0e289.tar.gz
rust-7972fbb735ee49377e22096a1f7fc9c4bae0e289.zip
[reference] Fix missing formatting.
-rw-r--r--src/doc/reference.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index 1cedbf299c3..66b4e0f5a24 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -2503,7 +2503,7 @@ The currently implemented features of the reference compiler are:
                               terms of encapsulation).
 
 If a feature is promoted to a language feature, then all existing programs will
-start to receive compilation warnings about #[feature] directives which enabled
+start to receive compilation warnings about `#![feature]` directives which enabled
 the new feature (because the directive is no longer necessary). However, if a
 feature is decided to be removed from the language, errors will be issued (if
 there isn't a parser error first). The directive in this case is no longer