diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-09-24 16:40:50 -0700 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-09-24 16:40:50 -0700 |
commit | 97e2a8734c3b16f2cebcae516a4fc02c259499ad (patch) | |
tree | ac4674033543c6eed56a0189fd7becb458120729 | |
parent | b1178aef3b44bd9e0153d2c4f8a2a2a590949999 (diff) | |
parent | ee145c025cfad2167375c79fb6c85078f3bd8437 (diff) | |
download | rails-97e2a8734c3b16f2cebcae516a4fc02c259499ad.tar.gz rails-97e2a8734c3b16f2cebcae516a4fc02c259499ad.tar.bz2 rails-97e2a8734c3b16f2cebcae516a4fc02c259499ad.zip |
Merge pull request #12347 from macmartine/master
Fix typo in number_to_human docs: you -> your
-rw-r--r-- | activesupport/lib/active_support/number_helper.rb | 2 |
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 |