From f4d1aa5310284ebceb51970140fa08f6c8ea19b6 Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Sun, 22 Oct 2017 23:14:44 -0400 Subject: [PATCH] Use the indicative mood consistently [ci skip] --- activestorage/lib/active_storage/downloading.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activestorage/lib/active_storage/downloading.rb b/activestorage/lib/active_storage/downloading.rb index bcf42f610e..ceb7cce0c7 100644 --- a/activestorage/lib/active_storage/downloading.rb +++ b/activestorage/lib/active_storage/downloading.rb @@ -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) }