Skip to content

Commit

Permalink
Merge pull request #195 from bquorning/master
Browse files Browse the repository at this point in the history
There's no need to have a non-breaking space in the comments
  • Loading branch information
tigrish committed Apr 3, 2013
2 parents 49fd2b3 + 3ffe965 commit fff3037
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 @@ -132,7 +132,7 @@ def reload!
# called and passed the key and options.
#
# E.g. assuming the key <tt>:salutation</tt> resolves to:
# lambda { |key, options| options[:gender] == 'm' ? "Mr. %{options[:name]}" : "Mrs. %{options[:name]}" }
# lambda { |key, options| options[:gender] == 'm' ? "Mr. %{options[:name]}" : "Mrs. %{options[:name]}" }
#
# Then <tt>I18n.t(:salutation, :gender => 'w', :name => 'Smith') will result in "Mrs. Smith".
#
Expand Down

0 comments on commit fff3037

Please sign in to comment.