summaryrefslogtreecommitdiff
path: root/doc/src/sgml/btree.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut2019-07-05 06:33:51 +0000
committerPeter Eisentraut2019-07-05 06:34:54 +0000
commit594df378ffb04a72b713a13cc0a7166b3bced7b7 (patch)
treea7cbb72c4fdee4083ecc9e8008bf658d58b072a3 /doc/src/sgml/btree.sgml
parent313f87a17155a6dbd27a3ce687cf59bd171fe75e (diff)
doc: Spell checking
Diffstat (limited to 'doc/src/sgml/btree.sgml')
-rw-r--r--doc/src/sgml/btree.sgml2
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: