aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/number_helper.rb
diff options
context:
space:
mode:
authorMac Martine <mac.martine@gmail.com>2013-09-24 15:13:23 -0700
committerMac Martine <mac.martine@gmail.com>2013-09-24 15:13:23 -0700
commitee145c025cfad2167375c79fb6c85078f3bd8437 (patch)
treeac4674033543c6eed56a0189fd7becb458120729 /activesupport/lib/active_support/number_helper.rb
parentb1178aef3b44bd9e0153d2c4f8a2a2a590949999 (diff)
downloadrails-ee145c025cfad2167375c79fb6c85078f3bd8437.tar.gz
rails-ee145c025cfad2167375c79fb6c85078f3bd8437.tar.bz2
rails-ee145c025cfad2167375c79fb6c85078f3bd8437.zip
Fix typo in number_to_human docs: you -> your
Diffstat (limited to 'activesupport/lib/active_support/number_helper.rb')
-rw-r--r--activesupport/lib/active_support/number_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/number_helper.rb b/activesupport/lib/active_support/number_helper.rb
index 54cff6d394..c9c0eff2bf 100644
--- a/activesupport/lib/active_support/number_helper.rb
+++ b/activesupport/lib/active_support/number_helper.rb
@@ -460,7 +460,7 @@ module ActiveSupport
# See <tt>number_to_human_size</tt> if you want to print a file
# size.
#
- # You can also define you own unit-quantifier names if you want
+ # You can also define your own unit-quantifier names if you want
# to use other decimal units (eg.: 1500 becomes "1.5
# kilometers", 0.150 becomes "150 milliliters", etc). You may
# define a wide range of unit quantifiers, even fractional ones