aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dir-spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir-spec.txt b/dir-spec.txt
index db64b5d..9bc1942 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -279,7 +279,7 @@ Table of Contents
NL = The ascii LF character (hex value 0x0a).
Document ::= (Item | NL)+
- Item ::= KeywordLine Object*
+ Item ::= KeywordLine Object?
KeywordLine ::= Keyword NL | Keyword WS ArgumentChar+ NL
Keyword = KeywordStart KeywordChar*
KeywordStart ::= 'A' ... 'Z' | 'a' ... 'z' | '0' ... '9'