From 0f5a136c40cfe521e7080460c316609468d4433b Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Tue, 26 Jan 2021 13:01:49 +0100 Subject: docs: Fix sentence in Machine-files.md [skip ci] Fixes: 1ca17dc853ec ("docs/machine-files: Add a section on data types") --- docs/markdown/Machine-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Machine-files.md') 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 ``` -- cgit v1.1