Update algo.go
This commit is contained in:
parent
1c81a58127
commit
f44d40f6b4
@ -22,7 +22,7 @@ func indexAt(index int, max int, forward bool) int {
|
|||||||
return max - index - 1
|
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 {
|
type Result struct {
|
||||||
Start int
|
Start int
|
||||||
End int
|
End int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user