File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ function load_typed_object(s::DeserializerState, key::Symbol; override_params::A
419419end
420420
421421# The load mechanism first checks if the type needs to load necessary
422- # parameters before loading it's data, if so a type tree is traversed
422+ # parameters before loading its data, if so a type tree is traversed
423423function load_typed_object (s:: DeserializerState ; override_params:: Any = nothing )
424424 T = decode_type (s)
425425 Base. issingletontype (T) && return T ()
@@ -702,7 +702,7 @@ Load the object stored in the given io stream
702702respectively in the file `filename`.
703703
704704If `params` is specified, then the root object of the loaded data
705- either will attempt a load using these parameters. In the case of Rings this
705+ either will attempt a load using these parameters. In the case of rings this
706706results in setting its parent, or in the case of a container of ring types such as
707707`Vector` or `Tuple`, then the parent of the entries will be set using their
708708 `params`.
You can’t perform that action at this time.
0 commit comments