浏览代码

Fixed documentation.

Brucey 2 年之前
父节点
当前提交
0c1febea7d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pdf.mod/pdf.bmx

+ 1 - 1
pdf.mod/pdf.bmx

@@ -662,7 +662,7 @@ Type TPDFPage
 
 
 	Rem
 	Rem
 	bbdoc: Closes and then paints the current path.
 	bbdoc: Closes and then paints the current path.
-	return: #HPDF_OK on success. Otherwise, returns error code and error-handler is invoked.
+	returns: #HPDF_OK on success. Otherwise, returns error code and error-handler is invoked.
 	End Rem
 	End Rem
 	Method ClosePathStroke:Int()
 	Method ClosePathStroke:Int()
 		Return HPDF_Page_ClosePathStroke(pagePtr)
 		Return HPDF_Page_ClosePathStroke(pagePtr)