1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

View file

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