Skip to content

Commit 3662343

Browse files
committed
fix
1 parent 3fdabb4 commit 3662343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/persistence.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
You can save `MetaGraph`s in a `MGFormat`, currently based on `JLD2`.
77
88
```jldoctest
9-
julia> using MetaGraphs
9+
julia> using MetaGraphsNext
1010
1111
julia> using LightGraphs: Edge, Graph, loadgraph, savegraph
1212
@@ -27,7 +27,7 @@ struct MGFormat <: AbstractGraphFormat end
2727
If all metadata types support `pairs` or are `nothing`, you can save `MetaGraph`s in `DOTFormat`.
2828
2929
```jldoctest DotFormat
30-
julia> using MetaGraphs
30+
julia> using MetaGraphsNext
3131
3232
julia> using LightGraphs
3333

0 commit comments

Comments
 (0)