Skip to content

Commit 3f2816d

Browse files
committed
Fix 表記揺れ based on e1cffbf #1433
1 parent e077fb7 commit 3f2816d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_dojo_list.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
binding.pry if dojo_name.nil?
3838
dojo[:name].start_with? dojo_name.downcase
3939
.gsub('ishigaki', '石垣')
40-
.gsub('kodaira', '小平')
40+
.gsub('kodaira', 'こだいら')
4141
.gsub('toke', '土気')
4242
.gsub('anjo', '安城')
4343
.gsub('nagareyama', '流山')

0 commit comments

Comments
 (0)