Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
superfunc authored Aug 16, 2017
1 parent 8eaf77b commit 42f054b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ maybeCase nada:
## >> nope no value, nice try with your invalid access
```

Note that, in the second case, trying to access our local binding(`x` and `foo`)
Note that trying to access our local binding(`x` and `foo`)
outside of the `just` blocks will result in a compile time error.
This is how we achieve safe access.

Expand Down

0 comments on commit 42f054b

Please sign in to comment.