mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-04 20:47:49 +00:00
commit
cf6f4d74c4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user