Skip to content

Commit 98eee46

Browse files
committed
Fix typo in test_with_logabsdet_jacobian docstring
1 parent e81bf35 commit 98eee46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ So the test uses `getjacobian(f, x)` to calculate a reference Jacobian for
1717
the `getjacobian` function will do fine in most cases. If input and output
1818
of `f` are real scalar values, use `ForwardDiff.derivative`.
1919
20-
If `getjacobian(f, x)` can't handle the type of `x` of `f(x)` because they
20+
If `getjacobian(f, x)` can't handle the type of `x` or `f(x)` because they
2121
are not real-valued vectors, use the `rv_and_back` argument to pass a
2222
function with the following behavior
2323

0 commit comments

Comments
 (0)