We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dadcb0 commit 2716135Copy full SHA for 2716135
src/Serialization/main.jl
@@ -642,8 +642,8 @@ julia> save("fourtitwo.mrdi", 42; metadata=meta);
642
julia> read_metadata("fourtitwo.mrdi")
643
{
644
"author_orcid": "0000-0000-0000-0042",
645
- "name": "42",
646
- "description": "The meaning of life, the universe and everything"
+ "description": "The meaning of life, the universe and everything",
+ "name": "42"
647
}
648
649
julia> load("fourtitwo.mrdi")
0 commit comments