Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
qjcg committed Jun 27, 2018
1 parent 1b26808 commit 0508791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toml.abnf
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ inline-table-keyvals-non-empty = key keyval-sep val [ inline-table-sep inline-ta
array-table = array-table-open key array-table-close

array-table-open = %x5B.5B ws ; [[ Double left square bracket
array-table-close = ws %x5D.5D ; ]] Double right quare bracket
array-table-close = ws %x5D.5D ; ]] Double right square bracket

;; Built-in ABNF terms, reproduced here for clarity

Expand Down

0 comments on commit 0508791

Please sign in to comment.