Fix a couple typos in README.md

This commit is contained in:
Armaël Guéneau 2018-02-01 14:05:52 +01:00
parent f618096d6e
commit d1286e73ae
1 changed files with 2 additions and 2 deletions

View File

@ -246,11 +246,11 @@ following rule into your jbuild file:
(progn (progn
(echo "module rec HACK : sig\n") (echo "module rec HACK : sig\n")
(cat foo.mli) (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 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 Implementation details
---------------------- ----------------------