From df0ae93b76a7f550955982e0124f925bcb6e3300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Mon, 29 Mar 2021 18:44:42 +1300 Subject: [PATCH] Typo fix: how they works=>work --- extra_autodiff.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra_autodiff.ipynb b/extra_autodiff.ipynb index ca8a0c7..c15911e 100644 --- a/extra_autodiff.ipynb +++ b/extra_autodiff.ipynb @@ -11,7 +11,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "_This notebook contains toy implementations of various autodiff techniques, to explain how they works._" + "_This notebook contains toy implementations of various autodiff techniques, to explain how they work._" ] }, {