Skip to content

Commit

Permalink
Fix typo: function is missing closing parenthesis
Browse files Browse the repository at this point in the history
Fixes typo for 'store_translations' function - issue #575
  • Loading branch information
patrickgramatowski committed Nov 20, 2021
1 parent 3e016c8 commit 555cfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/i18n.rb
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def exists?(key, _locale = nil, locale: _locale, **options)
# "ö" => "oe"
# }
# }
# )
# })
#
# Setting a Proc:
#
Expand Down

0 comments on commit 555cfe5

Please sign in to comment.