]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #22027 - iblech:patch-1, r=steveklabnik
authorManish Goregaokar <manishsmail@gmail.com>
Tue, 17 Feb 2015 10:11:30 +0000 (15:41 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Tue, 17 Feb 2015 10:11:30 +0000 (15:41 +0530)
commit2d94c4482d3dff7977e3391680f97b03a51cb9c7
tree9e7aa0698190ac834558809375151288d9e7a2b4
parent522091e55df76f54c6ff0ee8d4c87235d3794def
parent918d097c8e6fb45a0160b23898dc74062f88a422
Rollup merge of #22027 - iblech:patch-1, r=steveklabnik

The first commit adds a short note which I believe will reduce worries in people who work with closures very often and read the Rust book for their first time.

The second commit consists solely of tiny typo fixes. In some cases, I changed "logical" quotations like

    She said, "I like programming".

to

    She said, "I like programming."

because the latter seems to be the prevalent style in the book.
src/doc/trpl/documentation.md
src/doc/trpl/ownership.md
src/doc/trpl/unsafe.md
src/libcore/iter.rs