Skip to content

Commit

Permalink
Merge pull request #2662 from ibrahima/patch-1
Browse files Browse the repository at this point in the history
Mention that size_range is in bytes
  • Loading branch information
mshibuya committed Apr 12, 2023
2 parents 2f3afaf + 4c22006 commit bbe0919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/carrierwave/uploader/file_size.rb
Expand Up @@ -14,7 +14,7 @@ module FileSize
# are allowed to be uploaded.
# === Returns
#
# [NilClass, Range] a size range which are permitted to be uploaded
# [NilClass, Range] a size range (in bytes) which are permitted to be uploaded
#
# === Examples
#
Expand Down

0 comments on commit bbe0919

Please sign in to comment.