diff options
Diffstat (limited to 'stdlib/struct.tl')
-rw-r--r-- | stdlib/struct.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/struct.tl b/stdlib/struct.tl index b6f545f4..6e8036f7 100644 --- a/stdlib/struct.tl +++ b/stdlib/struct.tl @@ -231,7 +231,7 @@ (unless (or (sys:slot-types slot) (sys:static-slot-types slot)) (compile-defr-warning form ^(slot . ,slot) - "symbol ~s isn't the name of a struct slot" + "~s isn't the name of a struct slot" slot)) slot) |