Commit 16ff08b7 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix a couple of typos in docs.

Thom Brown
parent 242c2737
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
function, and a ternary <function>triConsistent</> function. function, and a ternary <function>triConsistent</> function.
<function>triConsistent</> covers the functionality of both, so providing <function>triConsistent</> covers the functionality of both, so providing
triConsistent alone is sufficient. However, if the boolean variant is triConsistent alone is sufficient. However, if the boolean variant is
significantly cheaper to calculate, it can be advantegous to provide both. significantly cheaper to calculate, it can be advantageous to provide both.
If only the boolean variant is provided, some optimizations that depend on If only the boolean variant is provided, some optimizations that depend on
refuting index items before fetching all the keys are disabled. refuting index items before fetching all the keys are disabled.
...@@ -219,7 +219,7 @@ ...@@ -219,7 +219,7 @@
returned by <function>extractQuery</> for this <literal>query</> datum. returned by <function>extractQuery</> for this <literal>query</> datum.
Each element of the Each element of the
<literal>check</> array is TRUE if the indexed item contains the <literal>check</> array is TRUE if the indexed item contains the
corresponding query key, ie, if (check[i] == TRUE) the i-th key of the corresponding query key, i.e., if (check[i] == TRUE) the i-th key of the
<function>extractQuery</> result array is present in the indexed item. <function>extractQuery</> result array is present in the indexed item.
The original <literal>query</> datum is The original <literal>query</> datum is
passed in case the <function>consistent</> method needs to consult it, passed in case the <function>consistent</> method needs to consult it,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment