Minor spelling correction

This commit is contained in:
JingyuMarcelLee
2024-03-20 01:25:43 -04:00
parent de89355a49
commit b914f48a91

View File

@@ -85,7 +85,7 @@ options
| NL
;
body
: /*emmpty*/ {$$ = []}
: /*empty*/ {$$ = []}
| body line {$1.push($2); $$=$1;}
;
line