Skip to content

Commit

Permalink
Fix ebnf for AnyExpr, see #41
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidUnderdown authored Sep 27, 2022
1 parent 5ffaf4e commit 3d76f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csv-schema-1.2.html
Original file line number Diff line number Diff line change
Expand Up @@ -2592,7 +2592,7 @@ <h3>EBNF</h3>
<td class="ebnf-num"></td>
<td class="ebnf-left"><a><dfn title="ebnf-any-expr">AnyExpr</dfn></a></td>
<td class="ebnf-bind">::=</td>
<td class="ebnf-right">"any(" <a title="ebnf-string-provider">StringProvider</a> ")"</td>
<td class="ebnf-right">"any(" <a title="ebnf-string-provider">StringProvider</a> ("," <a title="ebnf-string-provider">StringProvider</a>)* ")"</td>
<td class="ebnf-note"></td>
</tr>
<tr>
Expand Down

0 comments on commit 3d76f80

Please sign in to comment.