about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-08-30 23:45:44 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-08-30 23:45:44 -0700
commite442406dd7fd4c8e2d3f4ad6c7468aadd632d6b6 (patch)
tree7203949eb5a69405bb5d6d34422bd1859fba7321
parent941b06b0bd096d41ba4a488ca423aaf31328eeba (diff)
parent538ea3cd0567e742268c2f4cd750f314412d48c2 (diff)
rollup merge of #16726 : tshepang/consistency
-rw-r--r--src/doc/guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md
index 04e037065aa..66db46aff8e 100644
--- a/src/doc/guide.md
+++ b/src/doc/guide.md
@@ -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