From a4cac0c5d7810c9ff447d678cf20bc32ad543277 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 13 Nov 2018 11:53:30 +0100 Subject: doc: grammar fixes Signed-off-by: Jan Engelhardt Signed-off-by: Pablo Neira Ayuso --- doc/data-types.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/data-types.txt') diff --git a/doc/data-types.txt b/doc/data-types.txt index 5c132f86..90e19a8b 100644 --- a/doc/data-types.txt +++ b/doc/data-types.txt @@ -9,8 +9,8 @@ variable | - |=================== -The integer type is used for numeric values. It may be specified as decimal, -hexadecimal or octal number. The integer type doesn't have a fixed size, its +The integer type is used for numeric values. It may be specified as a decimal, +hexadecimal or octal number. The integer type does not have a fixed size, its size is determined by the expression for which it is used. BITMASK TYPE @@ -39,7 +39,7 @@ variable | The string type is used for character strings. A string begins with an alphabetic character (a-zA-Z) followed by zero or more alphanumeric characters -or the characters /, -, _ and .. In addition anything enclosed in double +or the characters /, -, _ and .. In addition, anything enclosed in double quotes (") is recognized as a string. .String specification -- cgit v1.2.3