We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7a622b + 7d779c5 commit c84c776Copy full SHA for c84c776
src/types.jl
@@ -372,7 +372,7 @@ julia> struct Point{T}
372
373
julia> val = [Point(rand(), rand()) for _ in 1:100];
374
375
-julia> bytes = MsgPack.pack(MsgPack.extserialize(123, x));
+julia> bytes = MsgPack.pack(MsgPack.extserialize(123, val));
376
377
julia> type, new_val = MsgPack.extdeserialize(MsgPack.unpack(bytes));
378
0 commit comments