doc: Fix typo in function prototype

This commit is contained in:
Peter Eisentraut 2021-07-12 22:07:35 +02:00
parent f4b3ab537f
commit b6178520d2
1 changed files with 1 additions and 1 deletions

View File

@ -546,7 +546,7 @@ amrescan (IndexScanDesc scan,
<para>
<programlisting>
boolean
bool
amgettuple (IndexScanDesc scan,
ScanDirection direction);
</programlisting>