Fixed bug with the grapheme-glyphs function
This commit is contained in:
parent
ff9ec71a09
commit
054bc193b6
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
modification?
|
||||
state
|
||||
glyphs-reverse
|
||||
(delay (reverse (glyphs-reverse)))
|
||||
(delay (reverse glyphs-reverse))
|
||||
(delay (reverse-list->string glyphs-reverse))))
|
||||
|
||||
(define (grapheme-glyphs grapheme)
|
||||
|
|
Loading…
Reference in a new issue