mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-09 00:22:02 -07:00
Update algo.go
This commit is contained in:
@@ -22,7 +22,7 @@ func indexAt(index int, max int, forward bool) int {
|
||||
return max - index - 1
|
||||
}
|
||||
|
||||
// Result conatins the results of running a match function.
|
||||
// Result contains the results of running a match function.
|
||||
type Result struct {
|
||||
Start int
|
||||
End int
|
||||
|
Reference in New Issue
Block a user