diff options
Diffstat (limited to 'src/internal/bytealg/bytealg.go')
| -rw-r--r-- | src/internal/bytealg/bytealg.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/bytealg/bytealg.go b/src/internal/bytealg/bytealg.go index 4c90cd3671..6fd9308369 100644 --- a/src/internal/bytealg/bytealg.go +++ b/src/internal/bytealg/bytealg.go @@ -20,6 +20,7 @@ const ( ) // MaxLen is the maximum length of the string to be searched for (argument b) in Index. +// If MaxLen is not 0, make sure MaxLen >= 4. var MaxLen int // FIXME: the logic of HashStrBytes, HashStrRevBytes, IndexRabinKarpBytes and HashStr, HashStrRev, |
