Skip to content

Commit cd9f7c5

Browse files
committed
Remove a redundant full-width space
This PR removes a redundant full-width space.
1 parent 9ab388b commit cd9f7c5

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
@@ -87,7 +87,7 @@ successful HTML page.
8787
-->
8888

8989
このコードはちょっと汚いですが、シミュレーション目的には十分です。2番目のリクエスト`sleep`を作成し、
90-
そのデータをサーバは認識します。`if`ブロックの後に `else if`を追加し、*/sleep*へのリクエストを確認しています。
90+
そのデータをサーバは認識します。`if`ブロックの後に`else if`を追加し、*/sleep*へのリクエストを確認しています。
9191
そのリクエストが受け付けられると、サーバは成功のHTMLページを描画する前に5秒間スリープします。
9292

9393
<!--

0 commit comments

Comments
 (0)