Skip to content

Commit b4edbfb

Browse files
committed
fix(notes): Add syntax highlighting to bool
1 parent ee73703 commit b4edbfb

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 false.
458+
produces @tt{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)