Skip to content

Commit

Permalink
Add third clause to byte clamp exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
GoNZooo committed Aug 20, 2021
1 parent 7fb903c commit 7707b87
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 @@ -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)

Expand Down

0 comments on commit 7707b87

Please sign in to comment.