Skip to content

Commit 09af282

Browse files
committed
Lint
1 parent ce60207 commit 09af282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/edgeset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func (g *Virtual) Delete(e EdgeSet) *Virtual {
6262
})
6363
}
6464

65-
// NewEdges returns a virtual graph with n vertices and all edges
65+
// newEdges returns a virtual graph with n vertices and all edges
6666
// belonging to the edge set.
6767
func newEdges(n int, e EdgeSet) *Virtual {
6868
switch {

0 commit comments

Comments
 (0)