Skip to content

Commit cd46762

Browse files
senu3azu
authored andcommitted
fix(rule):「取り付く暇もない」の正規表現を修正 (#13)
1 parent feb4f47 commit cd46762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dict/prh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ rules:
8888
patterns: /(火蓋|火ぶた)が(?:切って)?落とされる/
8989
prh: https://www.nhk.or.jp/bunken/summary/kotoba/gimon/137.html
9090
- expected: $1島$2$3
91-
patterns: /(取り付く|とりつく)(?:暇|ヒマ|ひま)(も|が)(?:無い|ない)/
91+
patterns: /(取り付く|とりつく)(?:暇|ヒマ|ひま)(も|が)(無い|ない)/
9292
prh: https://web.archive.org/web/20150206044421/http://japanknowledge.com/articles/blognihongo/entry.html?entryid=264
9393
- expected: 上を下への
9494
patterns: /上(?:や|へ)下への/

0 commit comments

Comments
 (0)