Skip to content

Commit

Permalink
document->chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
GoNZooo committed May 25, 2021
1 parent cf15974 commit 2293bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/01-values-and-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ safeDivide x divisor =
in DivideSuccess (xAsFloat / divisorAsFloat)
```

We will go deeper into how to use `data` in the [next document](./02-composite-datatypes.md) but for
We will go deeper into how to use `data` in the [next chapter](./02-composite-datatypes.md) but for
now all we need to know is that `safeDivide` can either return a `DivisionByZero` result or a
`DivideSuccess` result that also carries a float with it.

Expand Down

0 comments on commit 2293bc0

Please sign in to comment.