Skip to content

Commit 1e2e666

Browse files
Another typo
1 parent 3bfd64e commit 1e2e666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/higher_order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ eqs = [D(D(x)) ~ σ * (y - x),
2626
```
2727

2828
Note that we could've used an alternative syntax for 2nd order, i.e.
29-
`D = Differential(t)^2` and then `E(x)` would be the second derivative,
29+
`D = Differential(t)^2` and then `D(x)` would be the second derivative,
3030
and this syntax extends to `N`-th order. Also, we can use `*` or `` to compose
3131
`Differential`s, like `Differential(t) * Differential(x)`.
3232

0 commit comments

Comments
 (0)