Skip to content

Commit 6107f84

Browse files
authored
fixing goof in exercise 3.35 in 3.3.5 (#727)
1 parent ab9e4f8 commit 6107f84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/chapter3/section3/subsection5.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,9 +1246,9 @@ function squarer(a, b) {
12461246
error(get_value(b), "square less than 0 -- squarer");
12471247
} else {
12481248
<META>alternative_1</META>
1249-
} else {
1250-
<META>alternative_2</META>
12511249
}
1250+
} else {
1251+
<META>alternative_2</META>
12521252
}
12531253
}
12541254
function process_forget_value() {

0 commit comments

Comments
 (0)