Skip to content

Commit

Permalink
[reference] Fix missing formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck authored and mdinger committed Apr 24, 2015
1 parent 7089c5e commit 5e8e657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2291,7 +2291,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
Expand Down

0 comments on commit 5e8e657

Please sign in to comment.