Skip to content

Commit 70a5f28

Browse files
amontoisonCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d96078e commit 70a5f28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/constructors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The 3-args `mul!` also works when applying the operator on a matrix.
9292
!!! tip
9393
In performance-sensitive applications, it may be advisable to use
9494
95-
LinearOperator{T, S}(nrow, ncol, symmetric, hermitian, prod!, tprod!=nothing, ctprod!=nothing)
95+
LinearOperator{T, S}(nrow, ncol, symmetric, hermitian, prod!, tprod! = nothing, ctprod! = nothing)
9696
9797
instead.
9898
"""

0 commit comments

Comments
 (0)