Use the indicative mood consistently [ci skip]

This commit is contained in:
George Claghorn 2017-10-22 23:14:44 -04:00
parent 2b6cd16637
commit f4d1aa5310
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module ActiveStorage
end
end
# Efficiently download blob data into the given file.
# Efficiently downloads blob data into the given file.
def download_blob_to(file) # :doc:
file.binmode
blob.download { |chunk| file.write(chunk) }