소스 검색

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…
취소
저장