diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-24 16:14:38 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-24 16:14:38 +0100 |
| commit | 7845f34e2b1ae7b96b02f6bd72131731f385097e (patch) | |
| tree | 38ad9f228a83f1ea7e8689eae087f1478ab087f5 /docs/src/reference | |
| parent | 87991b81d6e1572299eae209d2a7415fe14a0e39 (diff) | |
Changelog
Diffstat (limited to 'docs/src/reference')
| -rw-r--r-- | docs/src/reference/types.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/reference/types.md b/docs/src/reference/types.md index 47f8d9e1..d7482a92 100644 --- a/docs/src/reference/types.md +++ b/docs/src/reference/types.md @@ -270,12 +270,12 @@ Fails with an error if the start or end index is out of bounds. - returns: string ### clusters() -Returns the grapheme clusters of the string as array of substrings. +Returns the grapheme clusters of the string as an array of substrings. - returns: array ### codepoints() -Returns the Unicode codepoints of the string as array of substrings. +Returns the Unicode codepoints of the string as an array of substrings. - returns: array |
