mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-27 16:01:47 -07:00
Fix typo in error
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user