Prechádzať zdrojové kódy

Merge pull request #16252 from ProfesorTartelett/patch-1

Errata fix on Image get_format() description
Rémi Verschelde 7 rokov pred
rodič
commit
0d255df93a
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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">