From 1358d42c3954f2df5f93dc94cd041f4f19ce7368 Mon Sep 17 00:00:00 2001 From: Lyndon White Date: Sat, 18 Jan 2020 12:24:05 +0000 Subject: [PATCH] Update docs/src/index.md Co-Authored-By: Nick Robinson --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 41c72a4d1..484b25f1f 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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 `x̄` below) +As a notation that is the same across propagators, regardless of direction (incontrast see `ẋ` and `x̄` 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