Skip to content

Commit d9c44b4

Browse files
committed
One pass over Chapter 14
1 parent 48aba28 commit d9c44b4

File tree

9 files changed

+1279
-1817
lines changed

9 files changed

+1279
-1817
lines changed

10_modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ part of the current program.
235235
The most obvious way is the special operator `eval`, which will
236236
execute a string in the _current_ ((scope)). This is usually a bad idea
237237
because it breaks some of the properties that scopes normally have,
238-
such as it being easily predictable which variable a given name refers
238+
such as it being easily predictable which binding a given name refers
239239
to.
240240

241241
```
@@ -667,7 +667,7 @@ strings containing dashes, to make the module less dependent on the
667667
input format.
668668

669669
The `roads` module contains the raw road data (the `roads` array) and
670-
the `roadGraph` variable. This module depends on `./graph` and exports
670+
the `roadGraph` binding. This module depends on `./graph` and exports
671671
the road graph.
672672

673673
{{index "random-item package"}}

0 commit comments

Comments
 (0)