Update function_transforms.rst (#796)

Fix typo in function_transforms.rst
This commit is contained in:
AlexCheema 2024-03-06 20:03:37 +00:00 committed by GitHub
parent cbefd9129e
commit 7762e07fde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 <auto diff>` and :ref:`automatic vectorization <vmap>`.
differentiation <auto diff>` and :ref:`automatic vectorization <vmap>`.
For more information on :func:`compile` see the :ref:`compile documentation <compile>`.