aboutsummaryrefslogtreecommitdiff
path: root/src/interp/format.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/format.boot')
-rw-r--r--src/interp/format.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/format.boot b/src/interp/format.boot
index 59e6ae49..29093903 100644
--- a/src/interp/format.boot
+++ b/src/interp/format.boot
@@ -273,7 +273,7 @@ formatAttribute x ==
[" ",op]
formatAttributeArg x ==
- string? x and x ='"*" => "_"*_""
+ x is '"*" => "_"*_""
atom x => formatOpSymbol (x,nil)
x is [":",op,["Mapping",:sig]] =>
concat('"%b",formatOpSymbol(op,sig),": ",'"%d",formatMapping sig)