aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-12-03 23:32:48 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2017-12-03 23:32:48 +0200
commit6d03111638f9514ad7f5391006dca2d06aa92b84 (patch)
tree0a73d46dad688007caba185149e54d671277378b /docs
parent521933357dee601ae1f057cbeb1e19fbf20a70e7 (diff)
downloadmeson-6d03111638f9514ad7f5391006dca2d06aa92b84.zip
meson-6d03111638f9514ad7f5391006dca2d06aa92b84.tar.gz
meson-6d03111638f9514ad7f5391006dca2d06aa92b84.tar.bz2
Minor fixes.
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Build-options.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Build-options.md b/docs/markdown/Build-options.md
index 815a662..cd7f07d 100644
--- a/docs/markdown/Build-options.md
+++ b/docs/markdown/Build-options.md
@@ -30,7 +30,7 @@ then an empty string will be used as the default.
### Booleans
-Booleans may have values of either `true` or `false`. If not default
+Booleans may have values of either `true` or `false`. If no default
value is supplied then `true` will be used as the default.
### Combos