doc: Fix typo in function prototype

This commit is contained in:
Peter Eisentraut 2021-07-12 22:07:35 +02:00
parent 00e77ef76c
commit fa84ff75a3

View File

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