Skip to content

Commit 280a407

Browse files
committed
typos
1 parent 3017e2e commit 280a407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Serialization/main.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ function load_typed_object(s::DeserializerState, key::Symbol; override_params::A
419419
end
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
423423
function 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
702702
respectively in the file `filename`.
703703
704704
If `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
706706
results 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`.

0 commit comments

Comments
 (0)