Fix typo in error

This commit is contained in:
gingerBill
2018-01-01 22:15:43 +00:00
parent f3ea109e6f
commit 1553421e1a
+1 -1
View File
@@ -3989,7 +3989,7 @@ AstNode *parse_defer_stmt(AstFile *f) {
stmt = stmt->DeferStmt.stmt;
break;
case AstNode_ReturnStmt:
syntax_error(token, "You cannot a return statement");
syntax_error(token, "You cannot defer a return statement");
break;
}