Salome HOME
Issue #2590: Create validator for Field feature
[modules/shaper.git] / src / CollectionPlugin / CollectionPlugin_Field.cpp
index c80dc989561e4ca0e8e1f9a800644d3b2aaf7413..2e91e8d541c5007637b8dac627d98ffd1ad4176c 100644 (file)
@@ -37,7 +37,7 @@ CollectionPlugin_Field::CollectionPlugin_Field()
 void CollectionPlugin_Field::initAttributes()
 {
   data()->addAttribute(SELECTED_ID(), ModelAPI_AttributeSelectionList::typeId());
-  // for the whole part result it is not obligatory
+  // for the whole part result is not obligatory
   ModelAPI_Session::get()->validators()->registerNotObligatory(getKind(), SELECTED_ID());
 
   data()->addAttribute(COMPONENTS_NAMES_ID(), ModelAPI_AttributeStringArray::typeId());