Skip to content

Commit 1d92514

Browse files
committed
Small fix
1 parent 59bea9a commit 1d92514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/purescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ autogen/LambdaBuffers/Document.purs
8787
```
8888

8989
As we can see the `autogen` directory has been created that contains the generated Purescript modules.
90-
Note the `autogen/build.json` file as it contains all the necessary Hackage dependencies the generated module needs in order to be properly compiled by GHC.
90+
Note the `autogen/build.json` file as it contains all the necessary dependencies the generated module needs in order to be properly compiled by `purs` compiler.
9191

9292
The outputted Purescript module in `autogen/LambdaBuffers/Document.hs`:
9393

0 commit comments

Comments
 (0)