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:16:33 +0000 (22:16 +0200)
doc/src/sgml/indexam.sgml

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