From 4d16a6c4ef0df4c94620c0ce13aff881b036c535 Mon Sep 17 00:00:00 2001 From: kortschak Date: Thu, 25 Aug 2016 15:39:32 +0930 Subject: [PATCH] community: fix typo --- community/louvain_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/louvain_test.go b/community/louvain_test.go index c97f1136..6abf3e91 100644 --- a/community/louvain_test.go +++ b/community/louvain_test.go @@ -29,7 +29,7 @@ func linksTo(i ...int) set { type layer struct { g []set - edgeWeight float64 // Zero edge weight is interpretted as 1.0. + edgeWeight float64 // Zero edge weight is interpreted as 1.0. weight float64 }