Merge pull request #476 from Armael/typos

Fix a couple typos in README.md
This commit is contained in:
Rudi Grinberg 2018-02-01 22:56:12 +08:00 committed by GitHub
commit 092248e220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
----------------------