Skip to content

Commit 1506dac

Browse files
committed
auto merge of #9727 : Valloric/rust/doc-fixes, r=catamorphism
2 parents bae0ce2 + 03099e5 commit 1506dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/str.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ there are three common kinds of strings in rust:
2626
2727
* `@str` - This is a managed string. Similarly to `@T`, this type can be
2828
implicitly copied, and each implicit copy will increment the
29-
reference count to the string. This means that there is not "true
29+
reference count to the string. This means that there is no "true
3030
owner" of the string, and the string will be deallocated when the
3131
reference count reaches 0.
3232

0 commit comments

Comments
 (0)