Skip to content

Commit 119cc32

Browse files
authoredApr 27, 2020
one word is missing from chapter 6
Sentence "Hopefully by you feel like you're standing on much more solid ground with understanding lexical scope. " change to "Hopefully by now you feel like you're standing on much more solid ground with understanding lexical scope. " One word "now" is missing from the original sentence in this chapter
1 parent 0411e0d commit 119cc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scope-closures/ch6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,6 @@ The point of lexical scoping rules in a programming language is so we can approp
691691

692692
And one of the most important organizational techniques is to ensure that no variable is over-exposed to unnecessary scopes (POLE). Hopefully you now appreciate block scoping much more deeply than before.
693693

694-
Hopefully by you feel like you're standing on much more solid ground with understanding lexical scope. From that base, the next chapter jumps into the weighty topic of closure.
694+
Hopefully by now you feel like you're standing on much more solid ground with understanding lexical scope. From that base, the next chapter jumps into the weighty topic of closure.
695695

696696
[^POLP]: *Principle of Least Privilege*, https://en.wikipedia.org/wiki/Principle_of_least_privilege, 3 March 2020.

0 commit comments

Comments
 (0)
Please sign in to comment.