From aab02bcded1b931bca4aa7cb25e47f265bfdc9b6 Mon Sep 17 00:00:00 2001 From: Bob Nystrom Date: Sun, 6 Apr 2014 16:16:24 -0700 Subject: [PATCH] Tweak docs a bit. --- doc/site/syntax.markdown | 2 +- doc/site/template.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/site/syntax.markdown b/doc/site/syntax.markdown index 64980d19..01e3dca5 100644 --- a/doc/site/syntax.markdown +++ b/doc/site/syntax.markdown @@ -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 diff --git a/doc/site/template.html b/doc/site/template.html index 9fb23b66..de2d666c 100644 --- a/doc/site/template.html +++ b/doc/site/template.html @@ -23,7 +23,7 @@

language