Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Commit

Permalink
path: do missed 'distinct' deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Aug 31, 2015
1 parent 54da0d4 commit c389047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion path/spanning_tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c389047

Please sign in to comment.