fix spelling in docs for ActiveJob::Serializers::ObjectSerializer#deserialize

This commit is contained in:
Jared Rader 2018-04-12 16:52:46 -07:00
parent 4a68792df7
commit 48a1d63777
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ module ActiveJob
{ Arguments::OBJECT_SERIALIZER_KEY => self.class.name }.merge!(hash)
end
# Deserilizes an argument form a JSON primiteve type.
# Deserializes an argument from a JSON primitive type.
def deserialize(_argument)
raise NotImplementedError
end