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 5303cb4 commit 6f14133Copy full SHA for 6f14133
src/graphs.jl
@@ -48,7 +48,7 @@ end
48
49
Add a vertex to MetaGraph `g` with label `label` having value `val`.
50
51
-Return true if the vertex has been added, false incase the label already exists or edge was not added.
+Return true if the vertex has been added, false incase the label already exists or vertex was not added.
52
"""
53
function add_vertex!(g::MetaGraph, label, val)
54
if g.haskey(label)
0 commit comments