From 7762e07fde3befba9963ecf9c097e7075fdf4e00 Mon Sep 17 00:00:00 2001 From: AlexCheema <41707476+AlexCheema@users.noreply.github.com> Date: Wed, 6 Mar 2024 20:03:37 +0000 Subject: [PATCH] Update function_transforms.rst (#796) Fix typo in function_transforms.rst --- docs/src/usage/function_transforms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/usage/function_transforms.rst b/docs/src/usage/function_transforms.rst index 02c5dec48..77e58058a 100644 --- a/docs/src/usage/function_transforms.rst +++ b/docs/src/usage/function_transforms.rst @@ -40,7 +40,7 @@ getting higher order derivatives. Any of the MLX function transformations can be composed in any order to any depth. See the following sections for more information on :ref:`automatic -differentiaion ` and :ref:`automatic vectorization `. +differentiation ` and :ref:`automatic vectorization `. For more information on :func:`compile` see the :ref:`compile documentation `.