We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d63ecb commit bbe9f39Copy full SHA for bbe9f39
doc/docs.md
@@ -4693,7 +4693,7 @@ algorithms based on them are often subject to race conditions. Especially `.len`
4693
Use `or` branches, error propagation or `select` instead (see [Syntax and Usage](#syntax-and-usage)
4694
and [Channel Select](#channel-select) above).
4695
4696
-### Shared Objects (structs, arrays or maps)
+### Shared Objects
4697
4698
Data can be exchanged between a thread and the calling thread via a shared variable.
4699
Such variables should be created as `shared` and passed to the thread as such, too.
0 commit comments