diff options
Diffstat (limited to 'src/doc/guide-strings.md')
| -rw-r--r-- | src/doc/guide-strings.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/guide-strings.md b/src/doc/guide-strings.md index 071c9ff013c..43cc8483bce 100644 --- a/src/doc/guide-strings.md +++ b/src/doc/guide-strings.md @@ -181,7 +181,7 @@ for l in s.graphemes(true) { This prints: -```{notrust,ignore} +```{text} u͔ n͈̰̎ i̙̮͚̦ @@ -207,7 +207,7 @@ for l in s.chars() { This prints: -```{notrust,ignore} +```{text} u ͔ n @@ -252,7 +252,7 @@ for l in s.bytes() { This will print: -```{notrust,ignore} +```{text} 117 205 148 |
