diff options
author | Peter Eisentraut | 2019-07-05 06:33:51 +0000 |
---|---|---|
committer | Peter Eisentraut | 2019-07-05 06:34:54 +0000 |
commit | 594df378ffb04a72b713a13cc0a7166b3bced7b7 (patch) | |
tree | a7cbb72c4fdee4083ecc9e8008bf658d58b072a3 /doc/src/sgml/btree.sgml | |
parent | 313f87a17155a6dbd27a3ce687cf59bd171fe75e (diff) |
doc: Spell checking
Diffstat (limited to 'doc/src/sgml/btree.sgml')
-rw-r--r-- | doc/src/sgml/btree.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/btree.sgml b/doc/src/sgml/btree.sgml index 996932e35d0..5881ea5dd6d 100644 --- a/doc/src/sgml/btree.sgml +++ b/doc/src/sgml/btree.sgml @@ -298,7 +298,7 @@ returns bool <para> The essential semantics of an <function>in_range</function> function - depend on the two boolean flag parameters. It should add or + depend on the two Boolean flag parameters. It should add or subtract <replaceable>base</replaceable> and <replaceable>offset</replaceable>, then compare <replaceable>val</replaceable> to the result, as follows: |