Skip to content

Commit 73144fa

Browse files
gneculajekbradbury
andauthored
Update docs/notebooks/How_JAX_primitives_work.ipynb
Co-Authored-By: James Bradbury <jekbradbury@google.com>
1 parent ef886c7 commit 73144fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/notebooks/How_JAX_primitives_work.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
"source": [
306306
"## Defining new JAX primitives\n",
307307
"\n",
308-
"The right way to add support for multiple-add is in terms of existing\n",
308+
"The right way to add support for multiply-add is in terms of existing\n",
309309
"JAX primitives, as shown above. However, in order to demonstrate how JAX\n",
310310
"primitives work let us pretend that we want to add a new primitive to \n",
311311
"JAX for the multiply-add functionality."

0 commit comments

Comments
 (0)