Skip to content

Commit

Permalink
Update docs/src/index.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Nick Robinson <npr251@gmail.com>
  • Loading branch information
oxinabox and nickrobinson251 committed Jan 18, 2020
1 parent 47708b1 commit 1358d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ It is very easy to check gradients or derivatives with a computer algebra system

#### `Δx`, `∂x`, `dx`
ChainRules uses these perhaps atyptically.
As a notation that is the same across propagators, regardless of direction. (Incontrast see `` and `` below)
As a notation that is the same across propagators, regardless of direction (incontrast see `` and `` below).

- `Δx` is the input to a propagator, (i.e a _seed_ for a _pullback_; or a _perturbation_ for a _pushforward_)
- `∂x` is the output of a propagator
Expand Down

0 comments on commit 1358d42

Please sign in to comment.