auto merge of #9727 : Valloric/rust/doc-fixes, r=catamorphism

This commit is contained in:
bors 2013-10-04 23:51:32 -07:00
commit 1506dac10f

View File

@ -26,7 +26,7 @@ there are three common kinds of strings in rust:
* `@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.