Skip to content

Commit bbe9f39

Browse files
committed
fix
1 parent 5d63ecb commit bbe9f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/docs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4693,7 +4693,7 @@ algorithms based on them are often subject to race conditions. Especially `.len`
46934693
Use `or` branches, error propagation or `select` instead (see [Syntax and Usage](#syntax-and-usage)
46944694
and [Channel Select](#channel-select) above).
46954695

4696-
### Shared Objects (structs, arrays or maps)
4696+
### Shared Objects
46974697

46984698
Data can be exchanged between a thread and the calling thread via a shared variable.
46994699
Such variables should be created as `shared` and passed to the thread as such, too.

0 commit comments

Comments
 (0)