]> git.lizzy.rs Git - rust.git/commit
Rewrite paragraph in 'match' to be more concise and readable. Start
authorLuke Jones <luke.nukem.jones@gmail.com>
Sun, 20 Dec 2015 20:53:07 +0000 (09:53 +1300)
committerLuke Jones <luke.nukem.jones@gmail.com>
Sun, 20 Dec 2015 20:53:07 +0000 (09:53 +1300)
commit981ac6d332ff19812532a4f64b6dc3f49114f75a
treedffccc309aac6f7ddd0d96c2b903fb4921872c00
parent33914f2713a34ca9337fb469786fb77db3f7ee91
Rewrite paragraph in 'match' to be more concise and readable. Start
correcting use of ':' in sentences.
The colon `:` should be used only when the sentence preceeding it is a
complete sentence. If this is not the case, then a `;` should be used;
this denotes that the following fragment is a part of the previous
fragment.
src/doc/book/documentation.md
src/doc/book/match.md
src/doc/book/patterns.md