mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
Minor spelling correction
This commit is contained in:
@@ -85,7 +85,7 @@ options
|
|||||||
| NL
|
| NL
|
||||||
;
|
;
|
||||||
body
|
body
|
||||||
: /*emmpty*/ {$$ = []}
|
: /*empty*/ {$$ = []}
|
||||||
| body line {$1.push($2); $$=$1;}
|
| body line {$1.push($2); $$=$1;}
|
||||||
;
|
;
|
||||||
line
|
line
|
||||||
|
Reference in New Issue
Block a user