Fix typos in string/find-all documentation

This commit is contained in:
Michael Camilleri 2021-01-06 10:14:49 +09:00
parent bcba0c0279
commit 2e555a930f
No known key found for this signature in database
GPG Key ID: 7EB218A48DF8B572
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ static const JanetReg string_cfuns[] = {
JDOC("(string/find-all patt str)\n\n"
"Searches for all instances of pattern patt in string "
"str. Returns an array of all indices of found patterns. Overlapping "
"instances of the pattern are counted individual, meaning a byte in string "
"instances of the pattern are counted individually, meaning a byte in str "
"may contribute to multiple found patterns.")
},
{