Skip to content

Commit 03099e5

Browse files
committed
Fixed another minor typo in std::str docs
1 parent 1a3141b commit 03099e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/str.rs

Lines changed: 1 addition & 1 deletion
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)