Skip to content

Commit d61f8a4

Browse files
committed
Remove reference to inv in docstring
1 parent 3b93c5e commit d61f8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function isrevertible end
4242
isinvertible(transform)
4343
4444
Tells whether or not the `transform` is invertible, i.e. supports a
45-
[`Base.inv`](@ref) function. Defaults to `false` for new transform types.
45+
`inv` function. Defaults to `false` for new transform types.
4646
4747
Transforms can be invertible in the mathematical sense, i.e., there
4848
exists a one-to-one mapping between input and output spaces.

0 commit comments

Comments
 (0)