Skip to content

Commit 3774efc

Browse files
author
Michael Abbott
committed
typo
1 parent 3097dae commit 3774efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SliceMap.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ function threadmap(f::Function, vw::AbstractVector...)
289289
_threadmap(out1, f, vw...)
290290
end
291291
# NB function barrier. Plus two versions:
292-
@static if VERSION >= v"1.3"
292+
@static if VERSION < v"1.3"
293293

294294
function _threadmap(out1, f, vw...)
295295
out = Vector{typeof(out1)}(undef, length(first(vw)))

0 commit comments

Comments
 (0)