From b3e812393e8591509425a3d0259e117d5c8ed32b Mon Sep 17 00:00:00 2001 From: George Ogata Date: Tue, 21 Oct 2008 04:09:07 +1100 Subject: Fix Japanese spelling in AS::Multibyte::Chars#slice documentation. --- activesupport/lib/active_support/multibyte/chars.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/activesupport/lib/active_support/multibyte/chars.rb b/activesupport/lib/active_support/multibyte/chars.rb index 5184026c63..be9c6d3567 100644 --- a/activesupport/lib/active_support/multibyte/chars.rb +++ b/activesupport/lib/active_support/multibyte/chars.rb @@ -321,7 +321,7 @@ module ActiveSupport #:nodoc: # character. # # Example: - # 'こにちわ'.mb_chars.slice(2..3).to_s #=> "ちわ" + # 'こんにちは'.mb_chars.slice(2..3).to_s #=> "にち" def slice(*args) if args.size > 2 raise ArgumentError, "wrong number of arguments (#{args.size} for 1)" # Do as if we were native @@ -676,4 +676,4 @@ module ActiveSupport #:nodoc: end end end -end \ No newline at end of file +end -- cgit v1.2.3