Skip to content

Commit

Permalink
Fixed documentation typo
Browse files Browse the repository at this point in the history
in the `Importing External Rules` section, where the `--allowed-start-rules` option was being remembered the was the command \* and not * as it should
  • Loading branch information
XenoS-ITA committed Feb 25, 2024
1 parent a3e17de commit 11df8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ <h3 id="importing-external-rules">Importing External Rules</h3>
grammar, NOT the source. Grammars MUST be compiled by a version that
supports imports in order to be imported. Only rules that are allowed
start rules are valid. It can be useful to specify
<code>--allowed-start-rules \*</code> in library grammars. Imports are
<code>--allowed-start-rules *</code> in library grammars. Imports are
only valid in output formats "es" and "commonjs". If you
use imports, you should use <code>{ output: "source" }</code>; the default
output of "parser" will call `eval` on the source which fails immediately
Expand Down

0 comments on commit 11df8dd

Please sign in to comment.