]> git.lizzy.rs Git - rust.git/commit
Fix unclear make_mut docs
authorRichard Bradfield <bradfirj@fstab.me>
Wed, 3 Feb 2016 22:18:04 +0000 (22:18 +0000)
committerRichard Bradfield <bradfirj@fstab.me>
Thu, 4 Feb 2016 09:25:03 +0000 (09:25 +0000)
commit3cafce659642058f44b08305b115852b1bd1d1e6
tree8ee46f979ddedbe4ee399052e1bc275342f5514e
parent8fc73c703ab175577346773ad93de3aa2c3f44a2
Fix unclear make_mut docs

Changed the description of the `make_mut` copy-on-write behaviour in arc.rs

The sentence "doesn't have one strong reference and no weak references." is a
hard to understand double negative, which can be much more easily explained.
src/liballoc/arc.rs