Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
gr: concurrent -> concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
dgryski committed Jan 12, 2012
1 parent 166335f commit 0461fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-channels.tex
Expand Up @@ -111,7 +111,7 @@
\end{lstlisting}

\subsection{Make it run in parallel}
While our goroutines were running concurrent, they were not running in
While our goroutines were running concurrently, they were not running in
parallel. When you do not tell Go anything there can only be one
goroutine running at a time. With \func{runtime.GOMAXPROCS(n)} you
can set the number of goroutines that can run in parallel. From
Expand Down

0 comments on commit 0461fc7

Please sign in to comment.