Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ With [SBCL](http://www.sbcl.org/manual/#String-operations), use `sb-unicode:unic
;; ("Aaa" "Ééé" "Zzz")
~~~

### Breaking strings into graphenes, sentences, lines and words
### Breaking strings into graphemes, sentences, lines and words

These functions use SBCL's [`sb-unicode`](http://www.sbcl.org/manual/#String-operations): they are SBCL specific.

Expand All @@ -446,7 +446,7 @@ than the `:margin` keyword argument. Combining marks will always be kept togethe
"long one.")
~~~

See also `sb-unicode:words` and `sb-unicode:graphenes`.
See also `sb-unicode:words` and `sb-unicode:graphemes`.

Tip: you can ensure these functions are run only in SBCL with a feature flag:

Expand Down