From 05087914e12ee07b39ee0b233dfadd55f588aceb Mon Sep 17 00:00:00 2001 From: John Gosset Date: Wed, 27 Jun 2018 10:45:49 -0400 Subject: [PATCH] Fix typo --- toml.abnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toml.abnf b/toml.abnf index 36d742cb..6a263b83 100644 --- a/toml.abnf +++ b/toml.abnf @@ -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