From 535459ad1201e7cc97a071bd5d9f0e1d5406069e Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Wed, 21 Apr 2021 20:11:14 +0200 Subject: [PATCH] Fix typo in documentation --- lib/i18n/locale/fallbacks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/i18n/locale/fallbacks.rb b/lib/i18n/locale/fallbacks.rb index 94909aad..9967ff34 100644 --- a/lib/i18n/locale/fallbacks.rb +++ b/lib/i18n/locale/fallbacks.rb @@ -46,7 +46,7 @@ # fallbacks[:"ar-PS"] # => [:"ar-PS", :ar, :"he-IL", :he, :"en-US", :en] # fallbacks[:"ar-EG"] # => [:"ar-EG", :ar, :"en-US", :en] # -# # people speaking Sami as spoken in Finnland also speak Swedish and Finnish as spoken in Finnland +# # people speaking Sami as spoken in Finland also speak Swedish and Finnish as spoken in Finland # fallbacks.map(:sms => [:"se-FI", :"fi-FI"]) # fallbacks[:sms] # => [:sms, :"se-FI", :se, :"fi-FI", :fi, :"en-US", :en]