Skip to content

Commit

Permalink
Correct ebnf for any expression see #41
Browse files Browse the repository at this point in the history
related to Issue #41
  • Loading branch information
DavidUnderdown authored Sep 27, 2022
1 parent b029286 commit 5ffaf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csv-schema-1.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2571,7 +2571,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 5ffaf4e

Please sign in to comment.