Skip to content

Commit 0e93e67

Browse files
authored
lu!(F, ::Matrix) requires Julia 1.13
1 parent 98a0f15 commit 0e93e67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lu.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ end
110110
`lu!` is the same as [`lu`](@ref), but saves space by overwriting the
111111
input `F`, instead of creating a copy.
112112
113-
!!! compat "Julia 1.12"
114-
Reusing dense `LU` factorizations in `lu!` require Julia 1.12 or later.
113+
!!! compat "Julia 1.13"
114+
Reusing dense `LU` factorizations in `lu!` require Julia 1.13 or later.
115115
116116
# Examples
117117
```jldoctest

0 commit comments

Comments
 (0)