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
commit cf6f4d74c4

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