Commit 6fe7dd93cb

Josh Wolfe <thejoshwolfe@gmail.com>
2018-10-23 02:44:59
that's not a keyword
1 parent 65b7d85
Changed files (1)
doc/langref.html.in
@@ -7800,7 +7800,7 @@ CancelExpression = "cancel" Expression;
 
 ResumeExpression = "resume" Expression;
 
-Defer(body) = ("defer" | "deferror") body
+Defer(body) = ("defer" | "errdefer") body
 
 IfExpression(body) = "if" "(" Expression ")" body option("else" BlockExpression(body))