Skip to content

Commit 905ee6c

Browse files
authored
Merge pull request #248 from ranocha/patch-1
update docstrings to not point to Threads.at-threads anymore
2 parents f6d4c98 + 07dc618 commit 905ee6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/simdfunctionals/map.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ end
264264

265265
"""
266266
vmapt!(::Function, dest, args...)
267-
Like `vmap!` (see `vmap!`), but uses `Threads.@threads` for parallel execution.
267+
A threaded variant of [`vmap!`](@ref).
268268
"""
269269
function vmapt!(
270270
f::F, y::AbstractArray, args::Vararg{AbstractArray,A}
@@ -336,7 +336,7 @@ end
336336

337337
"""
338338
vmapntt!(::Function, dest, args...)
339-
Like `vmapnt!` (see `vmapnt!`), but uses `Threads.@threads` for parallel execution.
339+
A threaded variant of [`vmapnt!`](@ref).
340340
"""
341341
function vmapntt!(
342342
f::F, y::AbstractArray, args::Vararg{AbstractArray,A}

0 commit comments

Comments
 (0)