Skip to content

Commit 33a808a

Browse files
committed
Fix typo in Chapter 7
1 parent aa4059e commit 33a808a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

07_elife.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ method)))(((this)))The new `letAct` method first checks whether an
820820
action was returned at all, then whether a handler function for this
821821
type of action exists, and finally, whether that handler returned
822822
true, indicating that it successfully handled the action. Note the use
823-
of `call` to give the handler access to the world, though its `this`
823+
of `call` to give the handler access to the world, through its `this`
824824
binding.
825825

826826
If the action didn't work for whatever reason, the default action is

0 commit comments

Comments
 (0)