[Doc] Fix some incorrect uses of a/an

This commit is contained in:
A Thousand Ships 2024-03-13 12:43:07 +01:00
parent 006f5bc11c
commit 24c9d442e9
No known key found for this signature in database
GPG key ID: 2033189A662F8BD7
22 changed files with 29 additions and 29 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="GLTFMesh" inherits="Resource" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
<brief_description>
GLTFMesh represents an GLTF mesh.
GLTFMesh represents a GLTF mesh.
</brief_description>
<description>
GLTFMesh handles 3D mesh data imported from GLTF files. It includes properties for blend channels, blend weights, instance materials, and the mesh itself.

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="GLTFTexture" inherits="Resource" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
<brief_description>
GLTFTexture represents a texture in an GLTF file.
GLTFTexture represents a texture in a GLTF file.
</brief_description>
<description>
</description>