Skip to content

Commit

Permalink
Merge pull request #595 from willbasky/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
L-as committed Oct 27, 2022
2 parents 278979c + 17a086d commit 77d0f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Usage/FFI.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ following table shows the correspondence between the two universes of types:
When it comes to user-defined types, you have a choice of passing their values
encoded as `Data` or directly. In the latter case, you'll have to declare your
type twice with two kinds: as a Haskell `Type` and as a Plutarch
`PType`. Futhermore, both types must be instances of `SOP.Generic`, as in this
`PType`. Furthermore, both types must be instances of `SOP.Generic`, as in this
example:

```haskell
Expand Down

0 comments on commit 77d0f72

Please sign in to comment.