Skip to content

Commit fd12ae2

Browse files
authored
docs: fix typo (#158)
1 parent a2ad001 commit fd12ae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ It is important to make sure that the forward mapping and conditions accept the
7171

7272
```julia
7373
forward(x, arg1, arg2; kwarg1, kwarg2) = y
74-
conditions(x, arg1, arg2; kwarg1, kwarg2) = c
74+
conditions(x, y, arg1, arg2; kwarg1, kwarg2) = c
7575
```
7676

7777
All of the positional and keyword arguments apart from `x` will get zero tangents during differentiation of the implicit function.

0 commit comments

Comments
 (0)