Skip to content

Commit 5fd1256

Browse files
khskazu
authored andcommitted
fix(rule):「やるせない」と「やるせぬ」を入れ替える (#4)
参照されているURL https://web.archive.org/web/20150408185109/http://japanknowledge.com/articles/blognihongo/entry.html?entryid=203 を読むと 「やるせぬ」が誤りで 「やるせない」が正しいと読めるため、 「やるせぬ」をpatterns、「やるせない」をexpectedに交換しました。
1 parent 50c3537 commit 5fd1256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dict/prh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ rules:
5454
- expected: 熱に浮かされる
5555
patterns: 熱にうなされる
5656
prh: https://web.archive.org/web/20150407160525/http://japanknowledge.com/articles/blognihongo/entry.html?entryid=48
57-
- expected: やるせぬ
58-
patterns: やるせない
57+
- expected: やるせない
58+
patterns: やるせぬ
5959
prh: https://web.archive.org/web/20150408185109/http://japanknowledge.com/articles/blognihongo/entry.html?entryid=203
6060
- expected: 馬脚を露わす
6161
patterns: /馬脚を(晒す|さらす|出す)/

0 commit comments

Comments
 (0)