Fix various typos and grammatical refinements
This commit is contained in:
@@ -58,7 +58,7 @@ namespace Sketcher {
|
||||
* Internal and external geometries are present in a single geometry vector one after the other.
|
||||
*
|
||||
* N.B.: Note that the index of the geomlist (all layers) and the GeoId can be converted
|
||||
* from each other at needed using the member fuctions (and sometimes the statics).
|
||||
* from each other at needed using the member functions (and sometimes the statics).
|
||||
*/
|
||||
template <typename T>
|
||||
class GeoListModel {
|
||||
|
||||
@@ -102,7 +102,7 @@ void GeometryFacade::initExtension()
|
||||
|
||||
void GeometryFacade::initExtension() const
|
||||
{
|
||||
// const Geometry without SketchGeometryExtension cannot initiliase a GeometryFacade
|
||||
// const Geometry without SketchGeometryExtension cannot initialise a GeometryFacade
|
||||
assert(Geo->hasExtension(SketchGeometryExtension::getClassTypeId()));
|
||||
|
||||
auto ext = std::static_pointer_cast<const SketchGeometryExtension>(Geo->getExtension(SketchGeometryExtension::getClassTypeId()).lock());
|
||||
|
||||
Reference in New Issue
Block a user