We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bae0ce2 + 03099e5 commit 1506dacCopy full SHA for 1506dac
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