Skip to content

Commit

Permalink
Fix 表記揺れ based on e1cffbf #1433
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed May 18, 2022
1 parent e077fb7 commit 3f2816d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_dojo_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
binding.pry if dojo_name.nil?
dojo[:name].start_with? dojo_name.downcase
.gsub('ishigaki', '石垣')
.gsub('kodaira', '小平')
.gsub('kodaira', 'こだいら')
.gsub('toke', '土気')
.gsub('anjo', '安城')
.gsub('nagareyama', '流山')
Expand Down

0 comments on commit 3f2816d

Please sign in to comment.