summaryrefslogtreecommitdiffstats
path: root/doc/data-types.txt
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2018-11-13 11:53:30 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2018-11-13 13:28:03 +0100
commita4cac0c5d7810c9ff447d678cf20bc32ad543277 (patch)
treeaf594d3fda9958d1e0637c4686ce3c8c9f75f88e /doc/data-types.txt
parent51d3566eb4983be96ab2eaa8c176696206114d84 (diff)
doc: grammar fixes
Signed-off-by: Jan Engelhardt <jengelh@inai.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc/data-types.txt')
-rw-r--r--doc/data-types.txt6
1 files changed, 3 insertions, 3 deletions
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