Skip to content

Commit 18706f2

Browse files
authored
Fixes typo foriegn vs. foreign (#411)
1 parent c377d62 commit 18706f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/chapter10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ $ spago repl
162162
Type -> Type -> Type -> Type
163163
```
164164

165-
`Fn2` takes three type arguments. `Fn2 a b c` is a type representing an uncurried function of two arguments of types `a` and `b`, that returns a value of type `c`. We used it to import `diagonalUncurried` from the foriegn module.
165+
`Fn2` takes three type arguments. `Fn2 a b c` is a type representing an uncurried function of two arguments of types `a` and `b`, that returns a value of type `c`. We used it to import `diagonalUncurried` from the foreign module.
166166

167167
We can then call it with `runFn2` which takes the uncurried function then the arguments.
168168

0 commit comments

Comments
 (0)