aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorEloy Duran <eloy.de.enige@gmail.com>2010-01-08 13:29:24 +0100
committerEloy Duran <eloy.de.enige@gmail.com>2010-01-08 13:29:24 +0100
commitc7319f5fa0de8e51a2dac0963292370f7adbfdab (patch)
treead7ee4351955581b351cce44818ac963daedeaba /activesupport
parentcda36a0731f14b33a920bf7e32255661e06f890a (diff)
downloadrails-c7319f5fa0de8e51a2dac0963292370f7adbfdab.tar.gz
rails-c7319f5fa0de8e51a2dac0963292370f7adbfdab.tar.bz2
rails-c7319f5fa0de8e51a2dac0963292370f7adbfdab.zip
Fixed french sentence so it actually makes sense.
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/multibyte/chars.rb2
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