Skip to content

Commit 07f9931

Browse files
authored
Update README.md
1 parent 9fafb8e commit 07f9931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ question ::== statement '?'
6060
statement ::== '<' term copula term '>'
6161
compound-term ::== '(' term operator term ')'
6262
term ::== word | variable | set | compound-term | statement | '--' '(' term ')'
63-
set ::== '{' {term}+ '}' | '[' {term}+ ']'
63+
set ::== '{' {term} '}' | '[' {term} ']'
6464
operator ::== '&&' | '||' '&/' | ',' | '&|' | ';' | '&' | '|'| '*' | '-' | '~' | '/1' | '/2' | '\1' | '\2'
6565
copula ::== '-->' | '<->' | '{--' | '--]' | '{-]' '==>' | '<=>' | '=+>' | '=/>' | '=->' | #=\>' | '=|>' | '<+>' | '</>' | '<|>'
6666
variable ::== '$' identifier | '#' identifier | '?' identifier

0 commit comments

Comments
 (0)