Skip to content

Commit c64ca0d

Browse files
authored
Merge pull request #3876 from rust-lang/chriskrycho/note-text
Make Note text in ch. 20 consistent with other notes
2 parents bd4b10e + 204c6c4 commit c64ca0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch20-02-multithreaded.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ overloaded if the server receives a lot of requests. If we make a request to
653653
*/sleep*, the server will be able to serve other requests by having another
654654
thread run them.
655655

656-
> Note: if you open */sleep* in multiple browser windows simultaneously, they
656+
> Note: If you open */sleep* in multiple browser windows simultaneously, they
657657
> might load one at a time in 5 second intervals. Some web browsers execute
658658
> multiple instances of the same request sequentially for caching reasons. This
659659
> limitation is not caused by our web server.

0 commit comments

Comments
 (0)