Skip to content

Commit 728edb1

Browse files
committed
fix typo
1 parent 9c90ea7 commit 728edb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
For custom `LinearMap` subtypes, there are now two options:
108108
1. In case your type is invariant under adjoint/transposition (i.e.,
109109
`adjoint(L::MyLinearMap)::MyLinearMap` similar to, for instance,
110-
`LinearCombination`s or `CompositeMap`s, `At_mul_B!` and `Ac_mul_B!` do
110+
`LinearCombination`s or `CompositeMap`s), `At_mul_B!` and `Ac_mul_B!` do
111111
not require any replacement! Rather, multiplication by `L'` is, in this case,
112112
handled by `mul!(y, L::MyLinearMap, x[, α, β])`.
113113
2. Otherwise, you will need to define `mul!` methods with the signature

0 commit comments

Comments
 (0)