summary: change strings to say "code points"
This reflects their current implementation, which is unicode code points, not displayable characters (glyphs).clean-linux-x86-64
parent
ba75d0994a
commit
b0390c57ae
|
@ -33,7 +33,7 @@ M: sequence summary
|
|||
dup length "elements" container-summary ;
|
||||
|
||||
M: string summary
|
||||
dup length "characters" container-summary ;
|
||||
dup length "code points" container-summary ;
|
||||
|
||||
! Override sequence => integer instance
|
||||
M: f summary object-summary ;
|
||||
|
|
Loading…
Reference in New Issue