diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/algo/algo.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algo/algo.go b/src/algo/algo.go index 00265c60..89723964 100644 --- a/src/algo/algo.go +++ b/src/algo/algo.go @@ -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 |
