Skip to content

Commit 934d89b

Browse files
Updating README.md.
1 parent 6757e0f commit 934d89b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ suffixLengths bs t =
253253
in assert_total (noSuffix (i - 1) bs arr t)
254254
```
255255

256-
`suffixLengths` helps determine the following:
256+
`suffixLengths` computes the following:
257257

258258
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.
259259

0 commit comments

Comments
 (0)