Skip to content

Commit c68e798

Browse files
authored
Update EditableMesh.yaml
added one extra use of [https://create.roblox.com/docs/reference/engine/datatypes/Content](Content) instead of just "content".
1 parent c43fdbf commit c68e798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/reference/engine/classes/EditableMesh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ description: |
2121
An `Class.EditableMesh` is displayed when it's linked to a new
2222
`Class.MeshPart`, through `Class.AssetService:CreateMeshPartAsync()`. You can
2323
create more `Class.MeshPart` instances that reference the same
24-
`Class.EditableMesh` content, or link to an existing `Class.MeshPart` through
24+
`Class.EditableMesh` `Datatype.Content`, or link to an existing `Class.MeshPart` through
2525
`Class.MeshPart:ApplyMesh()`.
2626
2727
To recalculate collision and fluid geometry after editing, you can again call

0 commit comments

Comments
 (0)