Skip to content

Commit

Permalink
Merge pull request #12347 from macmartine/master
Browse files Browse the repository at this point in the history
Fix typo in number_to_human docs: you -> your
  • Loading branch information
rafaelfranca committed Sep 24, 2013
2 parents b1178ae + ee145c0 commit 97e2a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/number_helper.rb
Expand Up @@ -460,7 +460,7 @@ def number_to_human_size(number, options = {})
# See <tt>number_to_human_size</tt> if you want to print a file # See <tt>number_to_human_size</tt> if you want to print a file
# size. # 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 # to use other decimal units (eg.: 1500 becomes "1.5
# kilometers", 0.150 becomes "150 milliliters", etc). You may # kilometers", 0.150 becomes "150 milliliters", etc). You may
# define a wide range of unit quantifiers, even fractional ones # define a wide range of unit quantifiers, even fractional ones
Expand Down

0 comments on commit 97e2a87

Please sign in to comment.