From d8d53d42c8f23117c22deb46a9da92a7c419a924 Mon Sep 17 00:00:00 2001 From: David Van Horn Date: Thu, 21 Nov 2024 21:15:40 -0500 Subject: [PATCH] Fix missing word. --- www/notes/1/ocaml-to-racket.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/notes/1/ocaml-to-racket.scrbl b/www/notes/1/ocaml-to-racket.scrbl index 81e9f630..85d18f3d 100644 --- a/www/notes/1/ocaml-to-racket.scrbl +++ b/www/notes/1/ocaml-to-racket.scrbl @@ -532,8 +532,8 @@ When given pairs that are also lists, they behave just like @section{Pattern matching} -OCaml has a very nice pattern matching for letting you express case -analysis and decomposition in a concise way. +OCaml has a very nice pattern matching mechanism for letting you +express case analysis and decomposition in a concise way. Each pattern maching expression has a sub-expression that produce a value to be matched against and a number of clauses. Each clause has