diff options
author | Florian Schmaus <flo@geekplace.eu> | 2021-01-26 13:01:49 +0100 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2021-01-26 08:09:53 -0500 |
commit | 0f5a136c40cfe521e7080460c316609468d4433b (patch) | |
tree | 91fa2c85af6458f9cf7be4e5aa98f2566827aef0 /docs/markdown/Machine-files.md | |
parent | 9e3bb9eea395f01013c6b606ff23438729c2fb81 (diff) | |
download | meson-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")
Diffstat (limited to 'docs/markdown/Machine-files.md')
-rw-r--r-- | docs/markdown/Machine-files.md | 2 |
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 ``` |