Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
doc: Fix typo in function prototype
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 12 Jul 2021 20:07:35 +0000 (22:07 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 12 Jul 2021 20:17:18 +0000 (22:17 +0200)
doc/src/sgml/indexam.sgml

index a26ed328673833c55f110199615ad0eb64723988..fcdb8c3ec44df846cc3d6a47ba6e4980c9375845 100644 (file)
@@ -567,7 +567,7 @@ amrescan (IndexScanDesc scan,
 
   <para>
 <programlisting>
-boolean
+bool
 amgettuple (IndexScanDesc scan,
             ScanDirection direction);
 </programlisting>