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 6af371c commit 535e639Copy full SHA for 535e639
src/metagraph.jl
@@ -137,7 +137,7 @@ julia> diameter(weighted)
137
3.0
138
```
139
140
-MetaGraphsNext inherit many methods from LightGraphs. In general, inherited methods refer to
+MetaGraphs inherit many methods from LightGraphs. In general, inherited methods refer to
141
vertices by codes, not labels.
142
143
```jldoctest example
@@ -196,7 +196,7 @@ julia> SimpleGraph(colors)
196
{2, 0} undirected simple Int64 graph
197
198
199
-You can seemlessly make MetaGraphsNext based on DiGraphs as well.
+You can seemlessly make MetaGraphs based on DiGraphs as well.
200
201
202
julia> rock_paper_scissors = MetaGraph(DiGraph(), Label = Symbol, EdgeMeta = Symbol);
0 commit comments