diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2015-06-05 19:49:44 +0000 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2015-06-05 19:49:44 +0000 |
commit | 423f14183f31565cc68d0674733b7b9edf3814a6 (patch) | |
tree | fd9e4297b44e647a3bc8cc14cb2e16f6c2004946 /actionview/lib/action_view/helpers | |
parent | 367395550627328fadf1e8143f65c4266984df2c (diff) | |
parent | de74fe74a815a6fbf1384adbd3ac8b815b48868e (diff) | |
download | rails-423f14183f31565cc68d0674733b7b9edf3814a6.tar.gz rails-423f14183f31565cc68d0674733b7b9edf3814a6.tar.bz2 rails-423f14183f31565cc68d0674733b7b9edf3814a6.zip |
Merge branch 'master' of github.com:rails/docrails
Diffstat (limited to 'actionview/lib/action_view/helpers')
-rw-r--r-- | actionview/lib/action_view/helpers/number_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/number_helper.rb b/actionview/lib/action_view/helpers/number_helper.rb index ca8d30e4ef..13effa592d 100644 --- a/actionview/lib/action_view/helpers/number_helper.rb +++ b/actionview/lib/action_view/helpers/number_helper.rb @@ -279,7 +279,7 @@ module ActionView # 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 |