summary refs log tree commit diff
path: root/src/doc/trpl/documentation.md
AgeCommit message (Collapse)AuthorLines
2015-02-17fix doctestManish Goregaokar-1/+1
2015-02-17Rollup merge of #22027 - iblech:patch-1, r=steveklabnikManish Goregaokar-1/+1
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.
2015-02-16Tiny typo changes (per discussion in pull request #22027)Ingo Blechschmidt-1/+1
2015-02-13Make note of doc duplication with reexportsSteve Klabnik-1/+24
Fixes #16645
2015-02-07Fix several tiny typosIngo Blechschmidt-1/+1
2015-01-21Move rustdoc.md into the bookSteve Klabnik-0/+296
Fixes #21430