Skip to content

Commit 6f14133

Browse files
committed
Corrected the comment
1 parent 5303cb4 commit 6f14133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ end
4848
4949
Add a vertex to MetaGraph `g` with label `label` having value `val`.
5050
51-
Return true if the vertex has been added, false incase the label already exists or edge was not added.
51+
Return true if the vertex has been added, false incase the label already exists or vertex was not added.
5252
"""
5353
function add_vertex!(g::MetaGraph, label, val)
5454
if g.haskey(label)

0 commit comments

Comments
 (0)