Skip to content

Commit 756faa6

Browse files
authored
typo
Fix typo noted by @tkelman (#16702 (comment))
1 parent a9c2e27 commit 756faa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/linalg/factorization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ the result.
5858
The argument `A` should *not* be a matrix. Rather, instead of matrices it should be a
5959
factorization object (e.g. produced by [`factorize`](:func:`factorize`) or [`cholfact`](:func:`cholfact`)).
6060
The reason for this is that factorization itself is both expensive and typically allocates memory
61-
(although it can also be done in-place via, e.g., [`lufact`](:func:`lufact`)),
61+
(although it can also be done in-place via, e.g., [`lufact!`](:func:`lufact!`)),
6262
and performance-critical situations requiring `A_ldiv_B!` usually also require fine-grained
6363
control over the factorization of `A`.
6464
"""

0 commit comments

Comments
 (0)