Skip to content

Commit 929e388

Browse files
KrzysztofKarolmarijnh
authored andcommitted
Fix typo in Chapter 5
1 parent 4667c98 commit 929e388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

05_higher_order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ console.log(Math.round(average(
537537
// → 209
538538
```
539539

540-
So the dead scrips in Unicode are, on average, older than the living
540+
So the dead scripts in Unicode are, on average, older than the living
541541
ones. This is not a terribly meaningful or surprising statistic. But I
542542
hope you'll agree that the code used to compute it isn't hard to read.
543543
You can see it as a pipeline: we start with all scripts, filter out

0 commit comments

Comments
 (0)