فهرست منبع

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
 	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)