doc: Fix typo in function prototype

This commit is contained in:
Peter Eisentraut 2021-07-12 22:07:35 +02:00
parent 233280803c
commit 9b450b1f1e

View File

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