Skip to content

Commit afe19dd

Browse files
authored
Merge pull request #3394 from MarijnRitzen/patch-3
Update ch20-01-single-threaded.md
2 parents 0eb2257 + d68ddcc commit afe19dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ch20-01-single-threaded.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ uses the `status_line` and `filename` variables. This makes it easier to see
448448
the difference between the two cases, and it means we have only one place to
449449
update the code if we want to change how the file reading and response writing
450450
work. The behavior of the code in Listing 20-9 will be the same as that in
451-
Listing 20-8.
451+
Listing 20-7.
452452

453453
Awesome! We now have a simple web server in approximately 40 lines of Rust code
454454
that responds to one request with a page of content and responds to all other

0 commit comments

Comments
 (0)