Skip to content

Commit 4839167

Browse files
Update src/lu.jl
Co-authored-by: Steven G. Johnson <stevenj@mit.edu>
1 parent fe08274 commit 4839167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lu.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ end
111111
input `F`, instead of creating a copy.
112112
113113
!!! compat "Julia 1.12"
114-
reusing `LU` factorizations in `lu!` require Julia 1.12 or later.
114+
Reusing dense `LU` factorizations in `lu!` require Julia 1.12 or later.
115115
116116
# Examples
117117
```jldoctest

0 commit comments

Comments
 (0)