aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flo@geekplace.eu>2021-01-26 13:01:49 +0100
committerEli Schwartz <eschwartz@archlinux.org>2021-01-26 08:09:53 -0500
commit0f5a136c40cfe521e7080460c316609468d4433b (patch)
tree91fa2c85af6458f9cf7be4e5aa98f2566827aef0
parent9e3bb9eea395f01013c6b606ff23438729c2fb81 (diff)
downloadmeson-0f5a136c40cfe521e7080460c316609468d4433b.zip
meson-0f5a136c40cfe521e7080460c316609468d4433b.tar.gz
meson-0f5a136c40cfe521e7080460c316609468d4433b.tar.bz2
docs: Fix sentence in Machine-files.md [skip ci]
Fixes: 1ca17dc853ec ("docs/machine-files: Add a section on data types")
-rw-r--r--docs/markdown/Machine-files.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Machine-files.md b/docs/markdown/Machine-files.md
index e703988..e553720 100644
--- a/docs/markdown/Machine-files.md
+++ b/docs/markdown/Machine-files.md
@@ -34,7 +34,7 @@ A boolean must be either `true` or `false`, and unquoted.
option = false
```
-An integer must be either an unquoted numeric constant;
+An integer must be an unquoted numeric constant.
```ini
option = 42
```