Browse Source

Fixed documentation.

Brucey 2 years ago
parent
commit
0c1febea7d
1 changed files with 1 additions and 1 deletions
  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)