diff options
author | Alexis Jeandet <alexis.jeandet@member.fsf.org> | 2017-07-17 15:27:09 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-07-17 16:44:51 +0200 |
commit | e1b24765afd9e7d2d8043a408d69c7ad814d3551 (patch) | |
tree | 238e5acfe52f5693fbd657843f6fd3d31864fabf /docs/markdown/Reference-manual.md | |
parent | 361b09c491f9bdff35046e78baeb8c0f9bf9feeb (diff) | |
download | meson-e1b24765afd9e7d2d8043a408d69c7ad814d3551.zip meson-e1b24765afd9e7d2d8043a408d69c7ad814d3551.tar.gz meson-e1b24765afd9e7d2d8043a408d69c7ad814d3551.tar.bz2 |
Removed minor typos in documentation.
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r-- | docs/markdown/Reference-manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index dd77d6d..e45adf6 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -40,7 +40,7 @@ project('foobar', 'c') if compiling_for_osx add_languages('objc') endif -```` +``` Takes one keyword argument, `required`. It defaults to `true`, which means that if any of the languages specified is not found, Meson will halt. Returns true if all languages specified were found and false otherwise. |