Merge pull request #934 from Wilfred/master

Fix typos
This commit is contained in:
Rudi Grinberg 2018-07-01 22:10:53 +07:00 committed by GitHub
commit 8a0d01a4d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ $ jbuilder build --only-packages <package-name> @install
Jbuilder is able to build a given source code repository against
several configurations simultaneously. This helps maintaining packages
across several versions of OCaml as you can tests them all at once
across several versions of OCaml as you can test them all at once
without hassle.
This feature should make cross-compilation easy, see details in the

View File

@ -15,7 +15,7 @@ In a directory of your choice, write this ``jbuild`` file:
(jbuild_version 1)
;; This declare the hello_world executable implemented by hello_world.ml
;; This declares the hello_world executable implemented by hello_world.ml
(executable
((name hello_world)))