Fixed bug with the grapheme-glyphs function

This commit is contained in:
Vivianne 2024-03-05 22:28:48 -05:00
parent ff9ec71a09
commit 054bc193b6
1 changed files with 1 additions and 1 deletions

View File

@ -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)