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

Commit

Permalink
community: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Aug 25, 2016
1 parent 70db9c0 commit 4d16a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community/louvain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 4d16a6c

Please sign in to comment.