@@ -138,7 +138,7 @@ $rb_pattern add "lunch" reply "Lunch is at noon." if content.plain == "When is l
`<statement>` ::= `<actions>` `<ws>` "if" `<ws>` `<expression>`
-`<ws>` ::= SPACE | TAB | CR | LF | <ws> <ws>
+`<ws>` ::= SPACE | TAB | CR | LF | `<ws>` `<ws>`
`<actions>` ::= `<action>` | `<action>` `<ws>` `<actions>`