Skip to content
Snippets Groups Projects
Commit f44d40f6 authored by ishanray's avatar ishanray Committed by GitHub
Browse files

Update algo.go

parent 1c81a581
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment