OCaml -> Caml
authorJim Pryor <profjim@jimpryor.net>
Mon, 23 Aug 2010 18:38:58 +0000 (14:38 -0400)
committerJim Pryor <profjim@jimpryor.net>
Mon, 23 Aug 2010 18:38:58 +0000 (14:38 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
index.mdwn

index 7ba0f05..ad2def6 100644 (file)
@@ -128,8 +128,8 @@ OCaml, developed by the INRIA academic group in France.
 *      Those of your with some programming background may have encountered a third
 prominent functional programming language, **Haskell**. This is also used a
 lot in the academic contexts we'll be working through. Its surface syntax
-differs from OCaml, and there are various important things one can do in
-each of Haskell and Ocaml that one can't (or can't as easily) do in the
+differs from Caml, and there are various important things one can do in
+each of Haskell and Caml that one can't (or can't as easily) do in the
 other. But these languages also have a lot in common, and if you're
 familiar with one of them, it's not difficult to move between it and the
 other.