diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2014-08-24 13:51:42 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2014-08-24 13:51:42 +0200 |
| commit | 538ea3cd0567e742268c2f4cd750f314412d48c2 (patch) | |
| tree | a09a2719433faffd3584dac1dd3d1e664f78610e | |
| parent | 16d538cba0cc5b5830e7c17663e985d13ece8e0c (diff) | |
doc: slight consistency fix
Others in this list are Capitalized, so do it here too.
| -rw-r--r-- | src/doc/guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
