Skip to content

Commit 5e290b6

Browse files
Merge pull request #623 from dangirsh/master
Small doc fixup
2 parents f380639 + 1763f39 commit 5e290b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/IR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function via the dispatch:
8282
ModelingToolkit.derivative(::typeof(my_function), args::NTuple{N,Any}, ::Val{i})
8383
```
8484

85-
where `i` means that it's the derivative of the `i`th argument. `args` is the
85+
where `i` means that it's the derivative with respect to the `i`th argument. `args` is the
8686
array of arguments, so, for example, if your function is `f(x,t)`, then `args = [x,t]`.
8787
You should return an `Operation` for the derivative of your function.
8888

0 commit comments

Comments
 (0)