Skip to content

Commit

Permalink
Merge pull request #191 from WangHanChi/zh_tw
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
CYBAI authored Dec 19, 2023
2 parents 11137f5 + 04e7f90 commit 08bc647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch20-02-multithreaded.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
{{#rustdoc_include ../listings/ch20-web-server/no-listing-01-define-threadpool-struct/src/lib.rs}}
```

然後編輯 *main.ts* 檔案將 `ThreadPool` 從函式庫 crate 引入作用域,請將以下程式碼寫入 *src/main.rs* 最上方:
然後編輯 *main.rs* 檔案將 `ThreadPool` 從函式庫 crate 引入作用域,請將以下程式碼寫入 *src/main.rs* 最上方:

<span class="filename">檔案名稱:src/main.rs</span>

Expand Down

0 comments on commit 08bc647

Please sign in to comment.