We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ae101 commit d6f247aCopy full SHA for d6f247a
src/copyable_task.jl
@@ -287,7 +287,7 @@ end
287
fresh_copy(mc::T) where {T<:MistyClosure}
288
289
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.
+contains in its `captures`. The resulting `MistyClosure` is safe to run.
291
292
This is achieved by replacing most `Ref`s with new `Ref`s of the same (el)type,
293
but with nothing stored in them -- values will be stored in them when the
0 commit comments