fix for grammatical typo in docs (#988)

thanks for mlx!
This commit is contained in:
Alex Shepard
2024-04-11 17:02:06 -07:00
committed by GitHub
parent d07e295c62
commit 91eba8e485

View File

@@ -18,7 +18,7 @@ describe below.
Transforming Compute Graphs
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Lazy evaluation let's us record a compute graph without actually doing any
Lazy evaluation lets us record a compute graph without actually doing any
computations. This is useful for function transformations like :func:`grad` and
:func:`vmap` and graph optimizations.