Skip to content

Commit

Permalink
optimize: fix doc comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Feb 21, 2020
1 parent c386750 commit 89be31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimize/listsearch.go
Expand Up @@ -30,7 +30,7 @@ func (*ListSearch) Uses(has Available) (uses Available, err error) {
return has.function()
}

// InitGlobal initializes the method for optimization. The input dimension
// Init initializes the method for optimization. The input dimension
// must match the number of columns of Locs.
func (l *ListSearch) Init(dim, tasks int) int {
if dim <= 0 {
Expand Down

0 comments on commit 89be31a

Please sign in to comment.