Skip to content

Commit

Permalink
[docs] fix warning block
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Sep 12, 2023
1 parent bb1cad5 commit a8d3b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/algorithms/parallelism.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ julia> ids
3
````

!!! warn
!!! warning
When working with threads, you need to avoid race conditions, in which two
threads attempt to write to the same variable at the same time. In the above
example we avoided a race condition by using `ReentrantLock`. See the
Expand Down

0 comments on commit a8d3b68

Please sign in to comment.