Merge pull request #36309 from alexandergraul/number_to_human_size_examples

Correct human file size examples [ci skip]
This commit is contained in:
Ryuta Kamizono 2019-05-21 01:45:50 +09:00 committed by GitHub
commit d246e2f451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ module ActionView
end
# Formats the bytes in +number+ into a more understandable
# representation (e.g., giving it 1500 yields 1.5 KB). This
# representation (e.g., giving it 1500 yields 1.46 KB). This
# method is useful for reporting file sizes to users. You can
# customize the format in the +options+ hash.
#

View File

@ -228,7 +228,7 @@ module ActiveSupport
end
# Formats the bytes in +number+ into a more understandable
# representation (e.g., giving it 1500 yields 1.5 KB). This
# representation (e.g., giving it 1500 yields 1.46 KB). This
# method is useful for reporting file sizes to users. You can
# customize the format in the +options+ hash.
#