Skip to content

Commit 14de1a7

Browse files
authored
Merge pull request #150 from arjunnaha/fix/note-1-typo
fix(notes): Minor typo on note 1
2 parents 2fe40aa + b4edbfb commit 14de1a7

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
@@ -562,7 +562,7 @@ val even_digit : int -> bool = <fun>
562562
The patterns here, save the last one, are just integer literals. If
563563
@tt{n} is the same as any of these integers, the value @tt{true} is
564564
produced. The last case uses a "wildcard," which matches anything and
565-
produces true.
565+
produces @tt{false}.
566566

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

0 commit comments

Comments
 (0)