Skip to content

Commit

Permalink
Fix filepath typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oldfartdeveloper committed Jul 17, 2020
1 parent 7bc122a commit d91c2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/chapter8.md
Expand Up @@ -11,7 +11,7 @@ The goal of this chapter is to explain why monads are a useful abstraction, and
Per [chapter 2 explanation on how to implement solution](https://github.com/purescript-contrib/purescript-book/blob/master/text/chapter2.md#solution), in your terminal:

1. `cd <projects>/purescript-book/exercises/chapter8`
1. In the `text/Main.purs` file, comment out the `import OfficialSolutions` line.
1. In the `test/Main.purs` file, comment out the `import OfficialSolutions` line.
1. Block-comment all tests except the first one. Your `Main.purs` tests section should look like:
```haskell
main :: Effect Unit
Expand Down

0 comments on commit d91c2b9

Please sign in to comment.