Skip to content

Commit d8d53d4

Browse files
committed
Fix missing word.
1 parent 90963fc commit d8d53d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,8 +532,8 @@ When given pairs that are also lists, they behave just like
532532

533533
@section{Pattern matching}
534534

535-
OCaml has a very nice pattern matching for letting you express case
536-
analysis and decomposition in a concise way.
535+
OCaml has a very nice pattern matching mechanism for letting you
536+
express case analysis and decomposition in a concise way.
537537

538538
Each pattern maching expression has a sub-expression that produce a
539539
value to be matched against and a number of clauses. Each clause has

0 commit comments

Comments
 (0)