From 0a4a3f71570163955976ac29e9764423523049c9 Mon Sep 17 00:00:00 2001
From: corrigentia <20541985+corrigentia@users.noreply.github.com>
Date: Fri, 14 Dec 2018 12:48:17 +0200
Subject: doc: Grammar and punctuation fixes for CSGMesh and CSGCombiner
---
modules/csg/doc_classes/CSGCombiner.xml | 2 +-
modules/csg/doc_classes/CSGMesh.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(limited to 'modules/csg/doc_classes')
diff --git a/modules/csg/doc_classes/CSGCombiner.xml b/modules/csg/doc_classes/CSGCombiner.xml
index 1cfaa74b7d..69c5df5840 100644
--- a/modules/csg/doc_classes/CSGCombiner.xml
+++ b/modules/csg/doc_classes/CSGCombiner.xml
@@ -4,7 +4,7 @@
A CSG node that allows you to combine other CSG modifiers.
- For complex arrangements of shapes it is sometimes needed to add structure to your CSG nodes. The CSGCombiner node allows you to create this structure. The node encapsulates the result of the CSG operations of its children. In this way it is possible to do operations on one set of shapes that are children of one CSGCombiner node, and a set of separate operations on a second set of shapes that are children of a second CSGCombiner node, and then do an operation that takes the two end results as their input to create the final shape.
+ For complex arrangements of shapes, it is sometimes needed to add structure to your CSG nodes. The CSGCombiner node allows you to create this structure. The node encapsulates the result of the CSG operations of its children. In this way, it is possible to do operations on one set of shapes that are children of one CSGCombiner node, and a set of separate operations on a second set of shapes that are children of a second CSGCombiner node, and then do an operation that takes the two end results as its input to create the final shape.
diff --git a/modules/csg/doc_classes/CSGMesh.xml b/modules/csg/doc_classes/CSGMesh.xml
index 419214b7e6..58e2bc1c4b 100644
--- a/modules/csg/doc_classes/CSGMesh.xml
+++ b/modules/csg/doc_classes/CSGMesh.xml
@@ -4,7 +4,7 @@
A CSG Mesh shape that uses a mesh resource.
- This CSG node allows you to use any mesh resource as a CSG shape provided it is closed, does not self-intersect, does not contain internal faces and has no edges that connect to more then two faces.
+ This CSG node allows you to use any mesh resource as a CSG shape, provided it is closed, does not self-intersect, does not contain internal faces and has no edges that connect to more then two faces.
--
cgit v1.2.3