diff --git a/core/modern/slices/slices.factor b/core/modern/slices/slices.factor index 3b5216a547..5e8b7d8624 100644 --- a/core/modern/slices/slices.factor +++ b/core/modern/slices/slices.factor @@ -6,11 +6,11 @@ in: modern.slices : matching-delimiter ( ch -- ch' ) H{ - { char: \( char: ) } - { char: \[ char: ] } - { char: \{ char: } } - { char: < char: > } - { char: \: char: ; } + { char: \( char: \) } + { char: \[ char: \] } + { char: \{ char: \} } + { char: \< char: \> } + { char: \: char: \; } } ?at drop ; : matching-delimiter-string ( string -- string' )