Skip to content

Commit

Permalink
Fix: Typo (hoanhan101#44)
Browse files Browse the repository at this point in the history
gorouines -> goroutines
  • Loading branch information
safakozdek authored Sep 5, 2020
1 parent 4006aee commit 211a3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/concurrency/goroutine_4.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// --------------------------

// This programs show how Goroutines run in parallel.
// We are going to have 2 P with 2 m, and 2 Gorouines running in parallel on each m.
// We are going to have 2 P with 2 m, and 2 Goroutines running in parallel on each m.
// This is still the same program that we are starting with. The only difference is that we are
// getting rid of the lowercase and uppercase function and putting their code directly inside Go's
// anonymous functions.
Expand Down

0 comments on commit 211a3d3

Please sign in to comment.