diff --git a/SICP_book/chapter_2_2.metta b/SICP_book/chapter_2_2.metta index d851248..5f67bf7 100644 --- a/SICP_book/chapter_2_2.metta +++ b/SICP_book/chapter_2_2.metta @@ -530,7 +530,7 @@ (total-weight (more-complex-mobile)) 100) -(= (isbalanced $mobile) +(= (isbalanced? $mobile) (case $mobile ( ((Cons $x $xs) (let*