mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-18 19:54:17 +01: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