PartDesign/Feature: minor gramma fix

This commit is contained in:
Alexander Golubev
2016-04-12 18:12:16 +02:00
committed by Stefan Tröger
parent da1fb99dc5
commit 147aff0395
+1 -1
View File
@@ -59,7 +59,7 @@ public:
/**
* Returns the BaseFeature property's object (if any)
* @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.
*/
virtual Part::Feature* getBaseObject(bool silent=false) const;