Skip to content

Commit bd8ecfa

Browse files
authored
fix typo
1 parent 87cccd2 commit bd8ecfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_extra/_lib/_utils/_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ def jax_autojit(
546546
These are useful choices *for testing purposes only*, which is how this function is
547547
intended to be used. The output of ``jax.jit`` is a C++ level callable, that
548548
directly dispatches to the compiled kernel after the initial call. In comparison,
549-
``jax_autojit`` incurs in a much higher dispatch time.
549+
``jax_autojit`` incurs a much higher dispatch time.
550550
551551
Additionally, consider::
552552

0 commit comments

Comments
 (0)