aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/app
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2017-09-20 15:35:01 -0400
committerGeorge Claghorn <george@basecamp.com>2017-09-20 15:35:01 -0400
commit4e68525e338685c1c77b76a488eb06af021f0e05 (patch)
treedbd58443648dead409c6b2b6ad2a0f6ecf67c018 /activestorage/app
parent91edf754c4ccdb55bfebb2fcb1458ca0a4d769d9 (diff)
downloadrails-4e68525e338685c1c77b76a488eb06af021f0e05.tar.gz
rails-4e68525e338685c1c77b76a488eb06af021f0e05.tar.bz2
rails-4e68525e338685c1c77b76a488eb06af021f0e05.zip
Add missing word [ci skip]
Diffstat (limited to 'activestorage/app')
-rw-r--r--activestorage/app/models/active_storage/filename.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/app/models/active_storage/filename.rb b/activestorage/app/models/active_storage/filename.rb
index 8e3cd488a4..79d55dc889 100644
--- a/activestorage/app/models/active_storage/filename.rb
+++ b/activestorage/app/models/active_storage/filename.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-# Encapsulates a string representing a filename to provide convenient access to parts of it sanitization.
+# Encapsulates a string representing a filename to provide convenient access to parts of it and sanitization.
# A Filename instance is returned by ActiveStorage::Blob#filename, and is comparable so it can be used for sorting.
class ActiveStorage::Filename
include Comparable