From d1286e73ae8a9d76fdde01ffcf4bf1cd619a32a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arma=C3=ABl=20Gu=C3=A9neau?= Date: Thu, 1 Feb 2018 14:05:52 +0100 Subject: [PATCH] Fix a couple typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7e12324..101e3dcf 100644 --- a/README.md +++ b/README.md @@ -246,11 +246,11 @@ following rule into your jbuild file: (progn (echo "module rec HACK : sig\n") (cat foo.mli) - (echo "\nend = HACK\ninclue HACK\n")))) + (echo "\nend = HACK\ninclude HACK\n")))) ``` In fact, jbuilder will automatically add this rule if you have a -module without imlpementation. However it will print a warning. +module without implementation. However it will print a warning. Implementation details ----------------------