diff options
author | Eloy Duran <eloy.de.enige@gmail.com> | 2010-01-08 13:29:24 +0100 |
---|---|---|
committer | Eloy Duran <eloy.de.enige@gmail.com> | 2010-01-08 13:29:24 +0100 |
commit | c7319f5fa0de8e51a2dac0963292370f7adbfdab (patch) | |
tree | ad7ee4351955581b351cce44818ac963daedeaba | |
parent | cda36a0731f14b33a920bf7e32255661e06f890a (diff) | |
download | rails-c7319f5fa0de8e51a2dac0963292370f7adbfdab.tar.gz rails-c7319f5fa0de8e51a2dac0963292370f7adbfdab.tar.bz2 rails-c7319f5fa0de8e51a2dac0963292370f7adbfdab.zip |
Fixed french sentence so it actually makes sense.
-rw-r--r-- | activesupport/lib/active_support/multibyte/chars.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/multibyte/chars.rb b/activesupport/lib/active_support/multibyte/chars.rb index c7225fec06..3eb0bf31f8 100644 --- a/activesupport/lib/active_support/multibyte/chars.rb +++ b/activesupport/lib/active_support/multibyte/chars.rb @@ -385,7 +385,7 @@ module ActiveSupport #:nodoc: # Convert characters in the string to uppercase. # # Example: - # 'Laurent, òu sont les tests?'.mb_chars.upcase.to_s #=> "LAURENT, ÒU SONT LES TESTS?" + # 'Laurent, où sont les tests ?'.mb_chars.upcase.to_s #=> "LAURENT, OÙ SONT LES TESTS ?" def upcase apply_mapping :uppercase_mapping end |