From d11d7d0be3610bab69e02b2742b21ec83edbce49 Mon Sep 17 00:00:00 2001 From: Will Tebbutt <3628294+willtebbutt@users.noreply.github.com> Date: Sun, 17 Aug 2025 22:14:42 +0100 Subject: [PATCH] Update algorithmic_differentiation.md I noticed a typo. I likely won't look at this again for a week or so, so please feel free to merge for me. Signed-off-by: Will Tebbutt <3628294+willtebbutt@users.noreply.github.com> --- docs/src/understanding_mooncake/algorithmic_differentiation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/understanding_mooncake/algorithmic_differentiation.md b/docs/src/understanding_mooncake/algorithmic_differentiation.md index 3fc7050604..f007deceaa 100644 --- a/docs/src/understanding_mooncake/algorithmic_differentiation.md +++ b/docs/src/understanding_mooncake/algorithmic_differentiation.md @@ -5,7 +5,7 @@ Even if you have worked with AD before, we recommend reading in order to acclima # Derivatives -The foundation of automatic differentiation is the directional derivative. +The foundation of automatic differentiation is the derivative. Here we build up to a general definition. _**Scalar-to-Scalar Functions**_