fix: correct typo in dart reserved word list and capitalize nav link titles
Fix missing space between 'false' and 'for' in the reserved words example on the syntax documentation page. Also capitalize 'Method calls' to 'Method Calls' and 'Error handling' to 'Error Handling' in the template navigation sidebar for consistent title casing.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user