]> git.lizzy.rs Git - rust.git/commit
Various consistency and phrasing fixes in std::collections' docs
authorlukaramu <lukaramu@users.noreply.github.com>
Thu, 13 Apr 2017 20:48:49 +0000 (22:48 +0200)
committerlukaramu <lukaramu@users.noreply.github.com>
Thu, 13 Apr 2017 20:51:05 +0000 (22:51 +0200)
commit89ac8654e19b123132c82eb9f81ed3ba9bb3eb33
tree202e1bc5cdc0ddbe997d2b30c6e7357aeded95f9
parentd688c4d806c6272c6b7a60dbed2aa329641fbf93
Various consistency and phrasing fixes in std::collections' docs

* Changed btree_map's and hash_map's Entry (etc.) docs to be consistent
* Changed VecDeque's type and module summary sentences to be consistent
  with each other as well as with other summary sentences in the module
* Changed HashMap's and HashSet's summary sentences to be less redundantly
  phrased and also more consistant with the other summary sentences in the
  module
* Also, added an example to Bound
src/libcollections/btree/map.rs
src/libcollections/lib.rs
src/libcollections/vec_deque.rs
src/libstd/collections/hash/map.rs
src/libstd/collections/hash/set.rs
src/libstd/collections/mod.rs