Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit fff3037

Browse files
committed
Merge pull request ruby-i18n#195 from bquorning/master
There's no need to have a non-breaking space in the comments
2 parents 49fd2b3 + 3ffe965 commit fff3037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/i18n.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def reload!
132132
# called and passed the key and options.
133133
#
134134
# E.g. assuming the key <tt>:salutation</tt> resolves to:
135-
# lambda { |key, options| options[:gender] == 'm' ? "Mr. %{options[:name]}" : "Mrs. %{options[:name]}" }
135+
# lambda { |key, options| options[:gender] == 'm' ? "Mr. %{options[:name]}" : "Mrs. %{options[:name]}" }
136136
#
137137
# Then <tt>I18n.t(:salutation, :gender => 'w', :name => 'Smith') will result in "Mrs. Smith".
138138
#

0 commit comments

Comments
 (0)