Skip to content

Commit 0a9051b

Browse files
authored
Fix multi-threading docs typo (#58770)
1 parent 2fbf5d8 commit 0a9051b

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
@@ -212,7 +212,7 @@ Note that [`Threads.@threads`](@ref) does not have an optional reduction paramet
212212

213213
### Using `@threads` without data-races
214214

215-
The concept of a data-race is elaborated on in ["Communication and data races between threads"](@ref man-communication-and-data-races). For now, just known that a data race can result in incorrect results and dangerous errors.
215+
The concept of a data-race is elaborated on in ["Communication and data races between threads"](@ref man-communication-and-data-races). For now, just know that a data race can result in incorrect results and dangerous errors.
216216

217217
Lets say we want to make the function `sum_single` below multithreaded.
218218
```julia-repl

0 commit comments

Comments
 (0)