瀏覽代碼

typo

master
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
 

Loading…
取消
儲存