Skip to content

Commit ee73703

Browse files
committed
fix(notes): Minor typo on note 1
1 parent 82864f8 commit ee73703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/notes/1/ocaml-to-racket.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ val even_digit : int -> bool = <fun>
455455
The patterns here, save the last one, are just integer literals. If
456456
@tt{n} is the same as any of these integers, the value @tt{true} is
457457
produced. The last case uses a "wildcard," which matches anything and
458-
produces true.
458+
produces false.
459459

460460
Here's an example that matches a tuple, binding each part of the tuple
461461
to a name and then using those names to construct a different tuple:

0 commit comments

Comments
 (0)