Skip to content

Commit 5892481

Browse files
mtfishmanlkdvos
andauthored
Fix typo in docstring
Co-authored-by: Lukas Devos <ldevos98@gmail.com>
1 parent 01e8df9 commit 5892481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface/orthnull.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ precision in determining the rank of `A` via its singular values.
8989
`trunc` can either be a truncation strategy object or a NamedTuple with fields
9090
`atol`, `rtol`, and `maxrank`.
9191
92-
This is a high-level wrapper and will use call one of the decompositions
92+
This is a high-level wrapper and will use one of the decompositions
9393
[`lq_compact!`](@ref), [`svd_compact!`](@ref)/[`svd_trunc!`](@ref), and
9494
[`right_polar!`](@ref) to compute the orthogonal basis `V`, as controlled by the
9595
keyword arguments.

0 commit comments

Comments
 (0)