Skip to content

Commit d6f247a

Browse files
committed
Fix a typo in a docstring
1 parent 59ae101 commit d6f247a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/copyable_task.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ end
287287
fresh_copy(mc::T) where {T<:MistyClosure}
288288
289289
Creates an independent copy of `mc` by (carefully) replacing the `Ref`s it
290-
contains in its `captures`. The resuting `MistyClosure` is safe to run.
290+
contains in its `captures`. The resulting `MistyClosure` is safe to run.
291291
292292
This is achieved by replacing most `Ref`s with new `Ref`s of the same (el)type,
293293
but with nothing stored in them -- values will be stored in them when the

0 commit comments

Comments
 (0)