]> git.lizzy.rs Git - rust.git/commitdiff
Fixed another minor typo in std::str docs
authorStrahinja Val Markovic <val@markovic.io>
Sat, 5 Oct 2013 05:05:34 +0000 (22:05 -0700)
committerStrahinja Val Markovic <val@markovic.io>
Sat, 5 Oct 2013 05:07:57 +0000 (22:07 -0700)
src/libstd/str.rs

index 56e8efe2a3c67729f484160116d1c305f0096435..fe4a064f5000aa0e234edc9ef9962189fceced14 100644 (file)
@@ -26,7 +26,7 @@
 
 * `@str` - This is a managed string. Similarly to `@T`, this type can be
            implicitly copied, and each implicit copy will increment the
-           reference count to the string. This means that there is not "true
+           reference count to the string. This means that there is no "true
            owner" of the string, and the string will be deallocated when the
            reference count reaches 0.