Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger authored Oct 31, 2024
1 parent f009504 commit 15a800d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Linear(eqx.Module):
return self.weight @ x + self.bias
```

and fully compatible with normal JAX operations:
and are fully compatible with normal JAX operations:

```python
@jax.jit
Expand Down

0 comments on commit 15a800d

Please sign in to comment.