mirror of
https://github.com/gonum/gonum.git
synced 2025-10-05 23:26:52 +08:00
graph: fix typo
This commit is contained in:

committed by
Dan Kortschak

parent
39b486f179
commit
388406a0da
@@ -30,7 +30,7 @@ type Graph interface {
|
||||
// from the given node.
|
||||
From(Node) []Node
|
||||
|
||||
// HasEdgeBeteen returns whether an edge exists between
|
||||
// HasEdgeBetween returns whether an edge exists between
|
||||
// nodes x and y without considering direction.
|
||||
HasEdgeBetween(x, y Node) bool
|
||||
|
||||
|
Reference in New Issue
Block a user