diff --git a/src/ch20-02-multithreaded.md b/src/ch20-02-multithreaded.md index 2e6446348..5ca9358c7 100644 --- a/src/ch20-02-multithreaded.md +++ b/src/ch20-02-multithreaded.md @@ -895,7 +895,7 @@ at Listing 20-19. # use std::sync::mpsc; # struct Worker {} -type Job = Box; +type Job = Box; impl ThreadPool { // --snip--