We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3141b commit 03099e5Copy full SHA for 03099e5
src/libstd/str.rs
@@ -26,7 +26,7 @@ there are three common kinds of strings in rust:
26
27
* `@str` - This is a managed string. Similarly to `@T`, this type can be
28
implicitly copied, and each implicit copy will increment the
29
- reference count to the string. This means that there is not "true
+ reference count to the string. This means that there is no "true
30
owner" of the string, and the string will be deallocated when the
31
reference count reaches 0.
32
0 commit comments