Skip to content

Commit 58d03ab

Browse files
committed
fix
1 parent 8ba8f3c commit 58d03ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/persistence.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ julia> using LightGraphs: Edge, Graph, loadgraph, savegraph
1313
julia> example = MetaGraph(Graph());
1414
1515
julia> mktemp() do file, io
16-
savegraph(file, simple)
16+
savegraph(file, example)
1717
loadgraph(file, "something", MGFormat()) == example
1818
end
1919
true

0 commit comments

Comments
 (0)