Skip to content

Commit e47a466

Browse files
committed
address comment
1 parent 2fd5aa7 commit e47a466

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lectures/jax_intro.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ id(a)
185185
a
186186
```
187187

188-
Applying `at[0].set(1)`, we can see that a new copy of `a` with the first element
189-
set to 1 is returned
188+
Applying `at[0].set(1)` returns a new copy of `a` with the first element set to 1
190189

191190
```{code-cell} ipython3
192191
a = a.at[0].set(1)

0 commit comments

Comments
 (0)