Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly authored Sep 4, 2023
1 parent a057497 commit da4d4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/tutorial/importing.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ frost-ristretto255 = { version = "0.6.0", features = ["serde"] }
```

Note that serde usage is optional. Applications can use different encodings, and
to suppor that, all structures that need to be transmitted have public getters
to support that, all structures that need to be transmitted have public getters
and `new()` methods allowing the application to encode and decode them as it
wishes. (Note that fields like `Scalar` and `Element` do have standard byte
string encodings; the application can encode those byte strings as it wishes,
Expand Down

0 comments on commit da4d4dd

Please sign in to comment.