diff options
| author | ishanray <ishanray@users.noreply.github.com> | 2016-09-10 23:40:55 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-10 23:40:55 +0400 |
| commit | f44d40f6b4591538c4eb15414f2024eaaa65a793 (patch) | |
| tree | df561c1eb8cfb918b9a72a93e5db91dbf2937ff3 /src | |
| parent | 1c81a58127c5f625d287b0807894ccade7b8d34d (diff) | |
| download | fzf-f44d40f6b4591538c4eb15414f2024eaaa65a793.tar.gz | |
Update algo.go
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 |
