From ca424fb3a83706797df0f88ef7a567a317c95888 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sat, 30 Jun 2018 20:02:56 +0100 Subject: [PATCH] Fix typo Signed-off-by: Wilfred Hughes --- README.md | 2 +- doc/quick-start.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72801acc..89312478 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ $ jbuilder build --only-packages @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 diff --git a/doc/quick-start.rst b/doc/quick-start.rst index ce8a9a22..071ead03 100644 --- a/doc/quick-start.rst +++ b/doc/quick-start.rst @@ -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)))