diff --git a/basics/01-values-and-functions.md b/basics/01-values-and-functions.md index 649c0e6..f8adb5f 100644 --- a/basics/01-values-and-functions.md +++ b/basics/01-values-and-functions.md @@ -336,7 +336,7 @@ clause. instead return `0`. 4. Define a function that takes an `Int` and if it's smaller than zero returns `0`, if it's bigger - than 255 returns `255`. + than 255 returns `255`. Otherwise it returns the integer itself. #### Exercise notes (Asking questions about values)