From 538ea3cd0567e742268c2f4cd750f314412d48c2 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sun, 24 Aug 2014 13:51:42 +0200 Subject: [PATCH] doc: slight consistency fix Others in this list are Capitalized, so do it here too. --- src/doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index f1211c0788e..14b49be790b 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -3025,7 +3025,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