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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/data-types.txt b/doc/data-types.txt
index 2692afde..5c132f86 100644
--- a/doc/data-types.txt
+++ b/doc/data-types.txt
@@ -136,7 +136,7 @@ boolean |
integer
|===================
-The boolean type is a syntactical helper type in userspace. It's use is in the
+The boolean type is a syntactical helper type in userspace. Its use is in the
right-hand side of a (typically implicit) relational expression to change the
expression on the left-hand side into a boolean check (usually for existence). +