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
John Benediktsson 2019-08-05 11:59:39 -07:00
parent ba75d0994a
commit b0390c57ae
1 changed files with 1 additions and 1 deletions

View File

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