Skip to content

Commit 535e639

Browse files
committed
fix
1 parent 6af371c commit 535e639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/metagraph.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ julia> diameter(weighted)
137137
3.0
138138
```
139139
140-
MetaGraphsNext inherit many methods from LightGraphs. In general, inherited methods refer to
140+
MetaGraphs inherit many methods from LightGraphs. In general, inherited methods refer to
141141
vertices by codes, not labels.
142142
143143
```jldoctest example
@@ -196,7 +196,7 @@ julia> SimpleGraph(colors)
196196
{2, 0} undirected simple Int64 graph
197197
```
198198
199-
You can seemlessly make MetaGraphsNext based on DiGraphs as well.
199+
You can seemlessly make MetaGraphs based on DiGraphs as well.
200200
201201
```jldoctest example
202202
julia> rock_paper_scissors = MetaGraph(DiGraph(), Label = Symbol, EdgeMeta = Symbol);

0 commit comments

Comments
 (0)