Skip to content

Commit ff9ea6e

Browse files
authored
fix docstring typo: AbstractTransformation -> Transformation (#76)
1 parent 1cab187 commit ff9ea6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ end
119119

120120

121121
"""
122-
transform_deriv_params(trans::AbstractTransformation, x)
122+
transform_deriv_params(trans::Transformation, x)
123123
124124
A matrix describing how differentials on the parameters of `trans` flow through
125125
to the output of transformation `trans` given input `x`.

0 commit comments

Comments
 (0)