Skip to content

Commit bf7f9a9

Browse files
authored
Merge pull request #1960 from tonky/fix_go_memory_by_communicating
Add more words to the quote from the actual Go documentation
2 parents 1e59c6d + 9f71ed2 commit bf7f9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch16-03-shared-state.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Message passing is a fine way of handling concurrency, but it’s not the only
44
one. Consider this part of the slogan from the Go language documentation again:
5-
“communicate by sharing memory.”
5+
do not communicate by sharing memory.”
66

77
What would communicating by sharing memory look like? In addition, why would
88
message-passing enthusiasts not use it and do the opposite instead?

0 commit comments

Comments
 (0)