Jelajahi Sumber

Errata fix on Image get_format() description

The description of this function seems to be duplicated from the preceding description.
Profesor Tartelett 7 tahun lalu
induk
melakukan
9d735ffacb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      doc/classes/Image.xml

+ 1 - 1
doc/classes/Image.xml

@@ -217,7 +217,7 @@
 			<return type="int" enum="Image.Format">
 			</return>
 			<description>
-				Returns the image's raw data.
+				Returns the image’s format. See [code]FORMAT_*[/code] constants.
 			</description>
 		</method>
 		<method name="get_height" qualifiers="const">