Skip to content

Commit 3f6bb0d

Browse files
oschulzdevmotion
andauthored
Improve docstring of NoInverse
Co-authored-by: David Widmann <[email protected]>
1 parent 5dddb15 commit 3f6bb0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/inverse.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ export inverse
5757
"""
5858
struct NoInverse{F}
5959
60-
An instance `NoInverse(f)` signifies that that `inverse(f)` is not
61-
defined.
60+
An instance `NoInverse(f)` signifies that `inverse(f)` is not defined.
6261
"""
6362
struct NoInverse{F}
6463
f::F

0 commit comments

Comments
 (0)