Skip to content

Commit

Permalink
chore: readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Aaron-Bloom committed Dec 27, 2022
1 parent 69c845b commit 8ab98c2
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 @@ -21,7 +21,7 @@ ff = "0.13"
The `ff` crate contains the `Field` and `PrimeField` traits.
See the **[documentation](https://docs.rs/ff/)** for more.

### #![derive(PrimeField)]
### `#![derive(PrimeField)]`

If you need an implementation of a prime field, this library also provides a procedural
macro that will expand into an efficient implementation of a prime field when supplied
Expand Down

0 comments on commit 8ab98c2

Please sign in to comment.