summary refs log tree commit diff
path: root/src/doc/trpl/comments.md
AgeCommit message (Collapse)AuthorLines
2015-04-10copyedits: documentationSteve Klabnik-20/+18
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
This brings comments in line with https://github.com/rust-lang/rfcs/blob/master/text/0505-api-comment-conventions.md#using-markdown
2015-01-31updating the link to rustdocmadmalik-1/+1
http://doc.rust-lang.org/rustdoc.html states that its content was moved to http://doc.rust-lang.org/book/documentation.html
2015-01-10Cosmetic updates to TRPL textSebastian Rasmussen-1/+2
* Make messages match rustc's error messages * Use correct function name in example * Rewording to match previously presented material
2015-01-08Standardize punctuation & formatting of TRPLKevin Yap-2/+2
This commit is an attempt to standardize the use of punctuation and formatting in "The Rust Programming Language" as discussed in #19823. - Convert bold text to italicized textcwhen referring to terminology. - Convert single-quoted text to italicized or double-quoted text, depending on context. - Use double quotes only in the case of scare quotes or quotations.
2015-01-08Fix dead links in the guide and reorganizeAlex Crichton-0/+46