Skip to content

Commit e49e832

Browse files
aysnchronous typos (#37264)
1 parent c885514 commit e49e832

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

base/task.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ Wrap an expression in a [`Task`](@ref) and add it to the local machine's schedul
371371
372372
Values can be interpolated into `@async` via `\$`, which copies the value directly into the
373373
constructed 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.

base/threadingconstructs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ to wait and then obtain its return value.
152152
153153
Values can be interpolated into `@spawn` via `\$`, which copies the value directly into the
154154
constructed 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.

0 commit comments

Comments
 (0)