Merge pull request #657 from ishanray/patch-1

Fix typo in comment
pull/663/head
Junegunn Choi 8 years ago committed by GitHub
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…
Cancel
Save