Skip to content

Commit 15a800d

Browse files
Fix typo
1 parent f009504 commit 15a800d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Linear(eqx.Module):
4646
return self.weight @ x + self.bias
4747
```
4848

49-
and fully compatible with normal JAX operations:
49+
and are fully compatible with normal JAX operations:
5050

5151
```python
5252
@jax.jit

0 commit comments

Comments
 (0)