diff options
Diffstat (limited to 'doc/classes/PortableCompressedTexture2D.xml')
-rw-r--r-- | doc/classes/PortableCompressedTexture2D.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/PortableCompressedTexture2D.xml b/doc/classes/PortableCompressedTexture2D.xml index 7b46a0bf07..aad72bbb48 100644 --- a/doc/classes/PortableCompressedTexture2D.xml +++ b/doc/classes/PortableCompressedTexture2D.xml @@ -40,14 +40,14 @@ <method name="is_keeping_all_compressed_buffers" qualifiers="static"> <return type="bool" /> <description> - Return whether the flag is overriden for all textures of this type. + Return whether the flag is overridden for all textures of this type. </description> </method> <method name="set_keep_all_compressed_buffers" qualifiers="static"> <return type="void" /> <argument index="0" name="keep" type="bool" /> <description> - Overrides the flag globally for all textures of this type. This is used primarly by the editor. + Overrides the flag globally for all textures of this type. This is used primarily by the editor. </description> </method> </methods> |