Skip to content

Commit 878390c

Browse files
authored
FFI.md typo (#388)
1 parent dc6374b commit 878390c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/FFI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ The `Data.Foreign` module (available in the `purescript-foreign` package) define
214214

215215
It is often useful when wrapping Javascript APIs to create new types at a specific kind for use with the FFI.
216216

217-
For example, suppose we have a Javascript library `frob` which defines the `Frob` data structure and associated functions. To give meaningful types to those functions, it might be useful to define a type `Frob` at kind `Type`. We can do this as follows:
217+
For example, suppose we have a Javascript library `frob` which defines the `Frob` data structure and associated functions. To give meaningful types to those functions, it might be useful to define a type `Frob` as kind `Type`. We can do this as follows:
218218

219219
``` haskell
220220
foreign import data Frob :: Type

0 commit comments

Comments
 (0)