diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-08-30 23:45:44 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-08-30 23:45:44 -0700 |
| commit | e442406dd7fd4c8e2d3f4ad6c7468aadd632d6b6 (patch) | |
| tree | 7203949eb5a69405bb5d6d34422bd1859fba7321 | |
| parent | 941b06b0bd096d41ba4a488ca423aaf31328eeba (diff) | |
| parent | 538ea3cd0567e742268c2f4cd750f314412d48c2 (diff) | |
rollup merge of #16726 : tshepang/consistency
| -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 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 |
