File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ for (let script of SCRIPTS) {
551551 }
552552}
553553console.log(Math.round(total / count));
554- // → 1188
554+ // → 1165
555555```
556556
557557But it is harder to see what was being computed and how. And because
Original file line number Diff line number Diff line change @@ -30,6 +30,14 @@ <h2>Chapter 2</h2>
3030< p > < strong > Page 34</ strong > (1st) < em > Updating Bindings Succintly</ em > : Where it
3131says < code > counter-</ code > it should be < code > counter--</ code > .</ p >
3232
33+ < h2 > Chapter 5</ h2 >
34+
35+ < p > < strong > Page 91</ strong > < em > Composability</ em > : Due to an initial
36+ mistake in the script data set, the results of the computations on
37+ this page differ from the ones with the current, corrected data. The
38+ average year for living scrips should be 1165, the average for
39+ non-living scripts should be 204.</ p >
40+
3341< h2 > Chapter 6</ h2 >
3442
3543< p > < strong > Page 111</ strong > (2nd) < em > Inheritance</ em > : In the second
You can’t perform that action at this time.
0 commit comments