diff --git a/readme.md b/readme.md index 30baa6d..2d5412e 100644 --- a/readme.md +++ b/readme.md @@ -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.