rollup merge of #16726 : tshepang/consistency

This commit is contained in:
Alex Crichton 2014-08-30 23:45:44 -07:00
commit e442406dd7
1 changed files with 1 additions and 1 deletions

View File

@ -3011,7 +3011,7 @@ markers.
Rust provides six attributes to indicate the stability level of various
parts of your library. The six levels are:
* deprecated: this item should no longer be used. No guarantee of backwards
* deprecated: This item should no longer be used. No guarantee of backwards
compatibility.
* experimental: This item was only recently introduced or is otherwise in a
state of flux. It may change significantly, or even be removed. No guarantee