1 parent 6757e0f commit 934d89bCopy full SHA for 934d89b
1 file changed
README.md
@@ -253,7 +253,7 @@ suffixLengths bs t =
253
in assert_total (noSuffix (i - 1) bs arr t)
254
```
255
256
-`suffixLengths` helps determine the following:
+`suffixLengths` computes the following:
257
258
For each position i in the pattern, `suffixLengths[i]` tells you how long a suffix of `P[0..i]` matches the suffix of the full pattern.
259
0 commit comments