We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ad001 commit fd12ae2Copy full SHA for fd12ae2
1 file changed
docs/src/faq.md
@@ -71,7 +71,7 @@ It is important to make sure that the forward mapping and conditions accept the
71
72
```julia
73
forward(x, arg1, arg2; kwarg1, kwarg2) = y
74
-conditions(x, arg1, arg2; kwarg1, kwarg2) = c
+conditions(x, y, arg1, arg2; kwarg1, kwarg2) = c
75
```
76
77
All of the positional and keyword arguments apart from `x` will get zero tangents during differentiation of the implicit function.
0 commit comments