File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ Wrap an expression in a [`Task`](@ref) and add it to the local machine's schedul
371371
372372Values can be interpolated into `@async` via `\$ `, which copies the value directly into the
373373constructed underlying closure. This allows you to insert the _value_ of a variable,
374- isolating the aysnchronous code from changes to the variable's value in the current task.
374+ isolating the asynchronous code from changes to the variable's value in the current task.
375375
376376!!! compat "Julia 1.4"
377377 Interpolating values via `\$ ` is available as of Julia 1.4.
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ to wait and then obtain its return value.
152152
153153Values can be interpolated into `@spawn` via `\$ `, which copies the value directly into the
154154constructed underlying closure. This allows you to insert the _value_ of a variable,
155- isolating the aysnchronous code from changes to the variable's value in the current task.
155+ isolating the asynchronous code from changes to the variable's value in the current task.
156156
157157!!! note
158158 See the manual chapter on threading for important caveats.
You can’t perform that action at this time.
0 commit comments