0
0
Fork 0

fix golint comment

This commit is contained in:
Marty Schoch 2016-10-02 11:56:37 -04:00
parent 8e784c362b
commit efb1ea7e64
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ func LevenshteinDistance(a, b *string) int {
return d[la]
}
// levenshteinDistanceMax same as levenshteinDistance but
// LevenshteinDistanceMax same as levenshteinDistance but
// attempts to bail early once we know the distance
// will be greater than max
// in which case the first return val will be the max