Skip to content

Commit 8189605

Browse files
doc: change "threads" to "goroutines"
R=golang-dev, minux.ma, rsc CC=golang-dev https://golang.org/cl/40510049
1 parent 1e6996f commit 8189605

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/go_faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ <h3 id="atomic_maps">
446446

447447
<p>
448448
After long discussion it was decided that the typical use of maps did not require
449-
safe access from multiple threads, and in those cases where it did, the map was
449+
safe access from multiple goroutines, and in those cases where it did, the map was
450450
probably part of some larger data structure or computation that was already
451451
synchronized. Therefore requiring that all map operations grab a mutex would slow
452452
down most programs and add safety to few. This was not an easy decision,

0 commit comments

Comments
 (0)