Tweak docs a bit.

This commit is contained in:
Bob Nystrom
2014-04-06 16:16:24 -07:00
parent f41be80e5f
commit aab02bcded
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ Some people like to see all of the reserved words in a programming language in
one lump. If you're one of those folks, here you go:
:::dart
break class else falsefor if in is
break class else false for if in is
null return static this true var while
## Statement terminators