From c38904700435586f1eae3bdb86d231109e24d0e6 Mon Sep 17 00:00:00 2001 From: kortschak Date: Mon, 31 Aug 2015 15:21:10 +0930 Subject: [PATCH] path: do missed 'distinct' deletion --- path/spanning_tree.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/path/spanning_tree.go b/path/spanning_tree.go index 5fec4cad..df466e5d 100644 --- a/path/spanning_tree.go +++ b/path/spanning_tree.go @@ -132,7 +132,7 @@ func (q *primQueue) update(u, v graph.Node, key float64) { heap.Fix(q, i) } -// UndirectedWeightLister is an undirected graph that returns distinct edge weights and +// UndirectedWeightLister is an undirected graph that returns edge weights and // the set of edges in the graph. type UndirectedWeightLister interface { UndirectedWeighter