From 5ec53c58f8e900d3ef25de64652c96806c6eb2fe Mon Sep 17 00:00:00 2001 From: Dixit Patel Date: Wed, 29 Nov 2017 11:40:45 +0530 Subject: [ci skip] Correct output for Upcase --- activesupport/lib/active_support/core_ext/string/multibyte.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/core_ext/string/multibyte.rb') diff --git a/activesupport/lib/active_support/core_ext/string/multibyte.rb b/activesupport/lib/active_support/core_ext/string/multibyte.rb index 38224ea5da..075b206d04 100644 --- a/activesupport/lib/active_support/core_ext/string/multibyte.rb +++ b/activesupport/lib/active_support/core_ext/string/multibyte.rb @@ -12,7 +12,7 @@ class String # class. If the proxy class doesn't respond to a certain method, it's forwarded to the encapsulated string. # # >> "lj".upcase - # => "lj" + # => "LJ" # >> "lj".mb_chars.upcase.to_s # => "LJ" # -- cgit v1.2.3