aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2014-08-24 18:33:59 +0200
committerRobin Dupret <robin.dupret@gmail.com>2014-08-24 18:35:22 +0200
commitf3b8a0d375fe441d70b9c77bd9c20347c71a70cb (patch)
tree61ef272ef3e288e5d0791d17eb19a5f18da97b2f /activejob
parentfe62df5e23ee1164185d9ec808f232c571438f76 (diff)
downloadrails-f3b8a0d375fe441d70b9c77bd9c20347c71a70cb.tar.gz
rails-f3b8a0d375fe441d70b9c77bd9c20347c71a70cb.tar.bz2
rails-f3b8a0d375fe441d70b9c77bd9c20347c71a70cb.zip
Fix a few typos [ci skip]
Diffstat (limited to 'activejob')
-rw-r--r--activejob/lib/active_job/arguments.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/lib/active_job/arguments.rb b/activejob/lib/active_job/arguments.rb
index ccee4ab35b..e54f4afbc7 100644
--- a/activejob/lib/active_job/arguments.rb
+++ b/activejob/lib/active_job/arguments.rb
@@ -12,7 +12,7 @@ module ActiveJob
end
end
- # Raised when an unsupporter argument type is being set as job argument. We
+ # Raised when an unsupported argument type is being set as job argument. We
# currently support NilClass, Fixnum, Float, String, TrueClass, FalseClass,
# Bignum and object that can be represented as GlobalIDs (ex: Active Record).
# Also raised if you set the key for a Hash something else than a string or