Skip to content

Commit b994acf

Browse files
committed
Fix typo.
Etsuro Fujita
1 parent 34263e8 commit b994acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/fdwhandler.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ RecheckForeignScan (ForeignScanState *node, TupleTableSlot *slot);
793793
<literal>ForeignScan</>. When a recheck is required, this subplan
794794
can be executed and the resulting tuple can be stored in the slot.
795795
This plan need not be efficient since no base table will return more
796-
that one row; for example, it may implement all joins as nested loops.
796+
than one row; for example, it may implement all joins as nested loops.
797797
</para>
798798
</sect2>
799799

0 commit comments

Comments
 (0)