Skip to content

Commit b3f7ca4

Browse files
authored
Merge pull request getify#1658 from Li-YangZhong/2nd-ed
one word is missing from chapter 6
2 parents 0411e0d + 119cc32 commit b3f7ca4

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)