Skip to content

Commit ce646d5

Browse files
committed
fix "parallel computing" doc: remove extraneous "forwards"
"Julia from `v0.5` forwards natively supports multi-threading" became "Julia forwards natively supports multi-threading", where the "forwards" doesn't make much sense anymore.
1 parent 91effa2 commit ce646d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/parallel-computing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ too.
218218

219219
# [Multi-Threading (Experimental)](@id man-multithreading)
220220

221-
In addition to tasks Julia forwards natively supports multi-threading.
221+
In addition to tasks Julia natively supports multi-threading.
222222
Note that this section is experimental and the interfaces may change in the future.
223223

224224
## Setup

0 commit comments

Comments
 (0)