m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

Merge pull request #657 from ishanray/patch-1

Fix typo in comment
This commit is contained in:
Junegunn Choi
2016-09-11 12:13:40 +09:00
committed by GitHub

View File

@@ -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