fix typo in quick start documentation (#79)

This commit is contained in:
Louis Roché 2017-05-17 07:12:58 +00:00 committed by Jérémie Dimino
parent 4621e554d2
commit f57c084f4b
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ The library will be composed of all the modules in the same directory.
Outside of the library, module ``Foo`` will be accessible as
``Mylib.Foo``, unless you write an explicit ``mylib.ml`` file.
You can them use this library in any other directory by adding ``mylib``
You can then use this library in any other directory by adding ``mylib``
to the ``(libraries ...)`` field.
Using cppo