浏览代码

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
 

正在加载...
取消
保存