Browse Source

Fixed documentation.

Brucey 2 năm trước cách đây
mục cha
commit
0c1febea7d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pdf.mod/pdf.bmx

+ 1 - 1
pdf.mod/pdf.bmx

@@ -662,7 +662,7 @@ Type TPDFPage
 
 	Rem
 	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
 	Method ClosePathStroke:Int()
 		Return HPDF_Page_ClosePathStroke(pagePtr)