Skip to content

Commit 076b68f

Browse files
chipbusterKristofferC
authored andcommitted
docs: Fix a !!! note which was miscapitalized (#50474)
(cherry picked from commit 236c23b)
1 parent 3b2cebc commit 076b68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/multi-threading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ sum_multi_good (generic function with 1 method)
276276
julia> sum_multi_good(1:1_000_000)
277277
500000500000
278278
```
279-
!!! Note
279+
!!! note
280280
Buffers should not be managed based on `threadid()` i.e. `buffers = zeros(Threads.nthreads())` because concurrent tasks
281281
can yield, meaning multiple concurrent tasks may use the same buffer on a given thread, introducing risk of data races.
282282
Further, when more than one thread is available tasks may change thread at yield points, which is known as

0 commit comments

Comments
 (0)