From f3ad633f55b8f2ac744924ca38018c41ee035f1e Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 2 May 2017 21:03:27 -0400 Subject: doc: Fix several minor typos. --- docs/markdown/Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Tutorial.md') diff --git a/docs/markdown/Tutorial.md b/docs/markdown/Tutorial.md index 8d0d137d0..1ee784529 100644 --- a/docs/markdown/Tutorial.md +++ b/docs/markdown/Tutorial.md @@ -33,7 +33,7 @@ That is all. We are now ready to build our application. First we need to initial $ meson builddir ``` -We create a separate build directory to hold all of the compiler output. Meson is different from some other build systems in that it does not permit in-source builds. You must always create a separate build directory. Common convention is to put the default build directory in a subdirectory of your toplevel source directory. +We create a separate build directory to hold all of the compiler output. Meson is different from some other build systems in that it does not permit in-source builds. You must always create a separate build directory. Common convention is to put the default build directory in a subdirectory of your top level source directory. When Meson is run it prints the following output. -- cgit v1.2.3