docs: replace em dash, hyphenate compound adjective, and use colon in documentation

This commit is contained in:
Kyle Marek-Spartz
2014-02-17 01:28:40 +00:00
parent 49bb36cc9b
commit 91f890e0cc
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ never write `;` unless you want to cram a bunch of statements on one line.
Sometimes, though, a statement doesn't fit on a single line and treating the
newline as a semicolon would trip things up. To handle that, Wren has a very
simple rule. It ignores a newline following any token that can't end a
simple rule: It ignores a newline following any token that can't end a
statement. Specifically, that means any of these:
:::dart