Skip to content

Commit 1b689d1

Browse files
Update modifiers.md
1 parent abfb7b5 commit 1b689d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/modifiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public interface IMeshModifier {
2424

2525
**Key Point:** Returning a Modified Reference
2626

27-
An aspect of the IMeshModifier interface is that the modify method returns a reference to the modified mesh.
27+
An aspect of the ```IMeshModifier``` interface is that the modify method returns a reference to the modified mesh.
2828
This allows for chaining multiple modifiers in a single operation.
2929

3030
**Applying Modifications**

0 commit comments

Comments
 (0)