Skip to content

Commit 1c5fbf5

Browse files
skotnicznymarijnh
authored andcommitted
"Fix typos"
1 parent b0f23ce commit 1c5fbf5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

05_higher_order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ In [Chapter ?](values) I mentioned that JavaScript ((string))s are
612612
encoded as a sequence of 16-bit numbers called _((code unit))s_. A
613613
((Unicode)) ((character)) code was initially supposed to fit within
614614
such a unit (which gives you a little over 65 thousand characters).
615-
When it became clear that that wasn't going to be enough, many people
615+
When it became clear that wasn't going to be enough, many people
616616
balked at the need to use more memory per character. To address these
617617
concerns, ((UTF-16)), the format used by JavaScript strings, was
618618
invented. It describes some characters using a single 16-bit code

11_async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ This asynchronous function returns a meaningful value. This is the
347347
main advantage of promises—they simplify the use of asynchronous
348348
functions. Instead of having to pass around callbacks, promise-based
349349
functions look similar to regular ones: they take input as arguments,
350-
and return their output. The only difference is that that the output
350+
and return their output. The only difference is that the output
351351
may not have resolved yet.
352352

353353
## Failure

18_http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ have compared the old list of note names to the new, and avoid
12011201
rebuilding the list of options if it is the same, for example. There
12021202
are various libraries and ((framework))s that aim to making this easy,
12031203
most of which require you to create your HTML elements in a
1204-
library-specific way so that that ((library)) can automatically
1204+
library-specific way so that ((library)) can automatically
12051205
determine what needs to change and what doesn't.
12061206

12071207
{{index "Object.assign function", object, property, "computed property"}}

0 commit comments

Comments
 (0)