summaryrefslogtreecommitdiff
path: root/MLKCons.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKCons.m')
-rw-r--r--MLKCons.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKCons.m b/MLKCons.m
index aee322a..35a6abc 100644
--- a/MLKCons.m
+++ b/MLKCons.m
@@ -60,7 +60,7 @@
{
if (!_cdr)
return [NSString stringWithFormat:@"%@", [_car descriptionForLisp]];
- else if (![_cdr isKindOfClass:[MLKCons class]])
+ else if ([_cdr isKindOfClass:[MLKCons class]])
return [NSString stringWithFormat:@"%@ %@",
[_car descriptionForLisp],
[_cdr bareDescriptionForLisp]];