Skip to content

Commit c2d3e54

Browse files
committed
Adjust variable/binding terminology in Chapter 10
1 parent ed148f3 commit c2d3e54

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

10_modules.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -519,9 +519,8 @@ And we can go further. Apart from the number of files, the _size_ of
519519
the files also determines how fast they can be transferred over the
520520
network. Thus, the JavaScript community has invented _((minifier))s_.
521521
These are tools that take a JavaScript program and make it smaller by
522-
automatically removing comments and whitespace, renaming variables,
523-
and replacing pieces of code with equivalent code that take up less
524-
space.
522+
automatically removing comments and whitespace, renaming bindings, and
523+
replacing pieces of code with equivalent code that take up less space.
525524

526525
{{index pipeline, tool}}
527526

0 commit comments

Comments
 (0)