More typos, grammar fixes, uniformity

This commit is contained in:
luzpaz
2017-11-14 22:01:43 -05:00
parent 5f7576ca7f
commit 987b8db0b5
11 changed files with 19 additions and 19 deletions

View File

@@ -3376,8 +3376,8 @@ TopoShape Sketch::toShape(void) const
result = *wires.begin();
else if (wires.size() > 1) {
// FIXME: The right way here would be to determine the outer and inner wires and
// generate a face with holes (inner wires have to be taged REVERSE or INNER).
// thats the only way to transport a somewhat more complex sketch...
// generate a face with holes (inner wires have to be tagged REVERSE or INNER).
// that's the only way to transport a somewhat more complex sketch...
//result = *wires.begin();
// I think a compound can be used as container because it is just a collection of