diff options
Diffstat (limited to 'src/interp/format.boot')
-rw-r--r-- | src/interp/format.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/format.boot b/src/interp/format.boot index 8843a680..3f496411 100644 --- a/src/interp/format.boot +++ b/src/interp/format.boot @@ -729,7 +729,7 @@ pred2English x == form2String x mathObject2String x == - CHARACTERP x => COERCE([x],'STRING) + char? x => COERCE([x],'STRING) object2String x object2String x == |