summaryrefslogtreecommitdiffstats
path: root/doc/data-types.txt
diff options
context:
space:
mode:
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