Rocketsoup 4 vuotta sitten
vanhempi
commit
caa0945785
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      patterns.md

+ 1
- 1
patterns.md Näytä tiedosto

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

Loading…
Peruuta
Tallenna