Rocketsoup 4年前
コミット
caa0945785
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      patterns.md

+ 1
- 1
patterns.md ファイルの表示

@@ -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
 

読み込み中…
キャンセル
保存