Skip to content

Commit b471016

Browse files
committed
tweak
1 parent 2c94153 commit b471016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dense.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,7 @@ SVD-based algorithm, it is better to employ the SVD directly via `svd(M; rtol, a
17391739
or to pass `rtol` and `atol` parameters via [`ldiv!`](@ref) with `svd(M)`.
17401740
17411741
One can also pass `M = svd(A)` as the argument to `pinv` in order to re-use
1742-
an existing [`SVD`](@ref) object.
1742+
an existing [`SVD`](@ref) factorization.
17431743
17441744
!!! compat "Julia 1.13"
17451745
Passing an `SVD` object to `pinv` requires Julia 1.13 or later.

0 commit comments

Comments
 (0)