Skip to content

Commit

Permalink
fixing goof in exercise 3.35 in 3.3.5 (source-academy#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-henz authored Dec 9, 2021
1 parent ab9e4f8 commit 6107f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xml/chapter3/section3/subsection5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1246,9 +1246,9 @@ function squarer(a, b) {
error(get_value(b), "square less than 0 -- squarer");
} else {
<META>alternative_1</META>
} else {
<META>alternative_2</META>
}
} else {
<META>alternative_2</META>
}
}
function process_forget_value() {
Expand Down

0 comments on commit 6107f84

Please sign in to comment.