diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-11-29 15:56:02 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-11-29 15:56:02 -0500 |
| commit | 97047cb95a88228ddefbc83b4c50b05eaf048272 (patch) | |
| tree | fb6a57ef6c6fd8e18aba8b8c3e3c6bbf83d61ec6 /docs/text.md | |
| parent | d60962ab5de970a9ce0893df4154b8a0b3ea646a (diff) | |
Update docs
Diffstat (limited to 'docs/text.md')
| -rw-r--r-- | docs/text.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/text.md b/docs/text.md index 2df27811..b41140f7 100644 --- a/docs/text.md +++ b/docs/text.md @@ -247,10 +247,8 @@ when you think of "letters" in a string. If you have text with an emoji that has several joining modifiers attached to it, that text has a length of 1. ```tomo ->> "hello".length -= 5 ->> "👩🏽🚀".length -= 1 +assert "hello".length == 5 +assert "👩🏽🚀".length == 1 ``` ### Iteration |
