Skip to content

Commit ef9214c

Browse files
committed
[ja] apply patch
1 parent c99fda2 commit ef9214c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ja/ebook/02.7.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ channelは`<-`演算子を使ってデータを送ったり受けたりします
159159
case c <- x:
160160
x, y = y, x + y
161161
case <-quit:
162-
fmt.Println("quit")
162+
fmt.Println("quit")
163163
return
164164
}
165165
}
@@ -229,7 +229,7 @@ runtimeパッケージにはgoroutineを処理するいくつかの関数が含
229229

230230
- GOMAXPROCS
231231

232-
実行できるCPUコア数を設定します
232+
実行できるCPUコア数の最大値を設定し、前のコア数を返します
233233

234234

235235

0 commit comments

Comments
 (0)