Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Innokenty committed Feb 29, 2024
1 parent 2030ecf commit 65c8f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SICP_book/chapter_2_2.metta
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@
(total-weight (more-complex-mobile))
100)

(= (isbalanced $mobile)
(= (isbalanced? $mobile)
(case $mobile (
((Cons $x $xs)
(let*
Expand Down

0 comments on commit 65c8f3f

Please sign in to comment.