Przeglądaj źródła

Errata fix on Image get_format() description

The description of this function seems to be duplicated from the preceding description.
Profesor Tartelett 7 lat temu
rodzic
commit
9d735ffacb
1 zmienionych plików z 1 dodań i 1 usunięć
  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">