8000 Fix broken link from guides/FFI.md to guides/Eff.md · purescript/documentation@05b99b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 05b99b1

Browse files
committed
Fix broken link from guides/FFI.md to guides/Eff.md
See "Handling Side Effects" section - there's a capitalization typo.
1 parent ad775e6 commit 05b99b1

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
@@ -202,7 +202,7 @@ Notice that the `calculateInterest` functions defined above were _pure_: they ha
202202

203203
The PureScript function type `a -> b` does not allow for side-effects, so it would be incorrect to assign a function type to a Javascript computation with side-effects. The correct approach in this case is to use the `Eff` type constructor, defined in the `purescript-eff` package, to assign a type to the computation.
204204

205-
The `Eff` type constructor and its usage is documented [on the eff page](eff.md).
205+
The `Eff` type constructor and its usage is documented [on the eff page](Eff.md).
206206

207207
#### Santizing Foreign Data With Data.Foreign
208208

0 commit comments

Comments
 (0)
0