PartDesign/Feature: minor gramma fix

This commit is contained in:
Alexander Golubev 2015-07-27 07:44:30 +03:00 committed by Stefan Tröger
parent da1fb99dc5
commit 147aff0395

View File

@ -59,7 +59,7 @@ public:
/** /**
* Returns the BaseFeature property's object (if any) * Returns the BaseFeature property's object (if any)
* @param silent if couldn't determine the base feature and silent == true, * @param silent if couldn't determine the base feature and silent == true,
* silently return a nullptr, otherwice throw Base::Exception. * silently return a nullptr, otherwise throw Base::Exception.
* Default is false. * Default is false.
*/ */
virtual Part::Feature* getBaseObject(bool silent=false) const; virtual Part::Feature* getBaseObject(bool silent=false) const;