From f44d40f6b4591538c4eb15414f2024eaaa65a793 Mon Sep 17 00:00:00 2001 From: ishanray Date: Sat, 10 Sep 2016 23:40:55 +0400 Subject: [PATCH] Update algo.go --- src/algo/algo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algo/algo.go b/src/algo/algo.go index 00265c6..8972396 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