Skip to content

Commit e442406

Browse files
committed
rollup merge of #16726 : tshepang/consistency
2 parents 941b06b + 538ea3c commit e442406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3011,7 +3011,7 @@ markers.
30113011
Rust provides six attributes to indicate the stability level of various
30123012
parts of your library. The six levels are:
30133013

3014-
* deprecated: this item should no longer be used. No guarantee of backwards
3014+
* deprecated: This item should no longer be used. No guarantee of backwards
30153015
compatibility.
30163016
* experimental: This item was only recently introduced or is otherwise in a
30173017
state of flux. It may change significantly, or even be removed. No guarantee

0 commit comments

Comments
 (0)