doc: Fix typo in function prototype
authorPeter Eisentraut
Mon, 12 Jul 2021 20:07:35 +0000 (22:07 +0200)
committerPeter Eisentraut
Mon, 12 Jul 2021 20:17:24 +0000 (22:17 +0200)
doc/src/sgml/indexam.sgml

index e54d54994e79f7f54707885a7c0fb2cbf3d33e28..6d489bff83286eccb900e74795c6ff3be515a5f8 100644 (file)
@@ -573,7 +573,7 @@ amrescan (IndexScanDesc scan,
 
   
 
-boolean
+bool
 amgettuple (IndexScanDesc scan,
             ScanDirection direction);