Skip to content

Commit 1ec3b51

Browse files
committed
Fix screwed up sentence in Chapter 20
1 parent 546c878 commit 1ec3b51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

20_node.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ endif::html_target[]
4646
(((input)))One of the more difficult problems in writing systems that
4747
communicate over the ((network)) is managing in- and ((output))—that
4848
is, the reading and writing of data to and from the network, the
49-
((hard disk)), and other such devices. Moving data around takes, and
50-
((scheduling)) it cleverly can make a big difference in how quickly a
51-
system responds to the user or to network requests.
49+
((hard disk)), and other such devices. Moving data around takes time,
50+
and ((scheduling)) it cleverly can make a big difference in how
51+
quickly a system responds to the user or to network requests.
5252

5353
The traditional way to do in- and output is to have a function, for
5454
example `readFile`, start reading the file and return only when the

0 commit comments

Comments
 (0)