1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

doc: Fix typo in function prototype

This commit is contained in:
Peter Eisentraut
2021-07-12 22:07:35 +02:00
parent 4df5f6c26b
commit 9c3113e573

View File

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