Commit 2d7db84 1 parent 3df0227 commit 2d7db84 Copy full SHA for 2d7db84
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -856,7 +856,7 @@ class Input : public AbstractInput {
856
856
/* * @cond */ \
857
857
PropertyIndex PropertyIndex_connector_##cname##_connectee_name { \
858
858
this ->template constructConnector <T>(#cname, \
859
- " Path to a Component to satisfy the Connector '" \
859
+ " Path to a Component that satisfies the Connector '" \
860
860
#cname " ' of type " #T " (description: " comment " )." ) \
861
861
}; \
862
862
/* * @endcond */ \
@@ -968,7 +968,7 @@ PropertyIndex Class::constructConnector_##cname() { \
968
968
using T = _connector_##cname##_type; \
969
969
std::string typeStr = T::getClassName (); \
970
970
return this ->template constructConnector <T>(#cname, \
971
- " Path to a Component to satisfy the Connector '" \
971
+ " Path to a Component that satisfies the Connector '" \
972
972
#cname " ' of type " + typeStr + " ." ); \
973
973
}
974
974
// / @}
You can’t perform that action at this time.
0 commit comments