Skip to content

Commit 8f26668

Browse files
Update src/matrix.jl
Co-authored-by: Christopher Rackauckas <[email protected]>
1 parent 03dc355 commit 8f26668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matrix.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ LinearAlgebra.ldiv!(L::MatrixOperator, u::AbstractVecOrMat) = ldiv!(L.A, u)
8686
```julia
8787
DiagonalOperator(diag, [; update_func])
8888
89-
Represents a time-dependent elementwise scaling (diagonal-scalign) operation.
89+
Represents a time-dependent elementwise scaling (diagonal-scaling) operation.
9090
The update function is called by `update_coefficients!` and is assumed to have
9191
the following signature:
9292

0 commit comments

Comments
 (0)