doc: Fix typo in function prototype
authorPeter Eisentraut <[email protected]>
Mon, 12 Jul 2021 20:07:35 +0000 (22:07 +0200)
committerPeter Eisentraut <[email protected]>
Mon, 12 Jul 2021 20:17:37 +0000 (22:17 +0200)
doc/src/sgml/indexam.sgml

index 1286e7e62f84aaccdb0d5ffe3c8deba014b4c510..20f29818d339f0d716c263223e73db092a6d4b1c 100644 (file)
@@ -511,7 +511,7 @@ amrescan (IndexScanDesc scan,
 
   <para>
 <programlisting>
-boolean
+bool
 amgettuple (IndexScanDesc scan,
             ScanDirection direction);
 </programlisting>