Skip to content

Commit 8371f8a

Browse files
Update doc
1 parent daa7fb0 commit 8371f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vdistance.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ _vtminkowski(x, y, p::Rational{T}, dims=:) where {T} = _vtminkowski(x, y, float(
4848
vtminkowski(x::AbstractArray, y::AbstractArray, p::Real; dims=:)
4949
5050
Compute the Minkowski distance between the vectors corresponding to the slices along the
51-
dimensions `dims`.
51+
dimensions `dims`. Threaded.
5252
5353
`p` can assume any numeric value (even though not all values produce a
5454
mathematically valid vector norm). `vtminkowski(x, y, Inf)` returns the largest value in

0 commit comments

Comments
 (0)