diff --git a/doc/site/syntax.markdown b/doc/site/syntax.markdown index ac3f315f..f0d6fd0a 100644 --- a/doc/site/syntax.markdown +++ b/doc/site/syntax.markdown @@ -43,7 +43,7 @@ One way to get a quick feel for a language's style is to see what words it reserves. Here's what Wren has:
-as break class construct else false for foreign if import
+as break class construct continue else false for foreign if import
 in is null return static super this true var while