diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2018-09-13 12:55:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-13 12:55:58 -0400 |
commit | 51b01dd179937e55c17583ebd70a455860ea83e0 (patch) | |
tree | 8cb440e974168ce9ef1553a4f582232ccbe0765d | |
parent | f5ac08180fbe3f4d9378f34e173f4ce1f8fc1a78 (diff) | |
parent | ca875d0c02b41c9a3f2f57e9de2ba3141bd1d7a5 (diff) | |
download | rails-51b01dd179937e55c17583ebd70a455860ea83e0.tar.gz rails-51b01dd179937e55c17583ebd70a455860ea83e0.tar.bz2 rails-51b01dd179937e55c17583ebd70a455860ea83e0.zip |
Merge pull request #33872 from sharang-d/fix-typo
Update arguments.rb [ci skip]
-rw-r--r-- | activejob/lib/active_job/arguments.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/lib/active_job/arguments.rb b/activejob/lib/active_job/arguments.rb index ba7f9456f9..b344c44aef 100644 --- a/activejob/lib/active_job/arguments.rb +++ b/activejob/lib/active_job/arguments.rb @@ -34,7 +34,7 @@ module ActiveJob arguments.map { |argument| serialize_argument(argument) } end - # Deserializes a set of arguments. Instrinsic types that can safely be + # Deserializes a set of arguments. Intrinsic types that can safely be # deserialized without mutation are returned as-is. Arrays/Hashes are # deserialized element by element. All other types are deserialized using # GlobalID. |