Skip to content
Snippets Groups Projects
Commit 33ff3f32 authored by Oliver Herms's avatar Oliver Herms
Browse files

Typo

parent 87d182d7
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ type Path struct { ...@@ -27,7 +27,7 @@ type Path struct {
Distance int64 Distance int64
} }
// NewTopologay creates a new topology // NewTopology creates a new topology
func NewTopologay(nodes []Node, edges []Edge) *Topology { func NewTopologay(nodes []Node, edges []Edge) *Topology {
t := &Topology{ t := &Topology{
nodes: make(map[Node]int64), nodes: make(map[Node]int64),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment