Skip to content

Commit 2d7db84

Browse files
committed
Improve connectee_name property comment.
1 parent 3df0227 commit 2d7db84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OpenSim/Common/ComponentConnector.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ class Input : public AbstractInput {
856856
/** @cond */ \
857857
PropertyIndex PropertyIndex_connector_##cname##_connectee_name { \
858858
this->template constructConnector<T>(#cname, \
859-
"Path to a Component to satisfy the Connector '" \
859+
"Path to a Component that satisfies the Connector '" \
860860
#cname "' of type " #T " (description: " comment ").") \
861861
}; \
862862
/** @endcond */ \
@@ -968,7 +968,7 @@ PropertyIndex Class::constructConnector_##cname() { \
968968
using T = _connector_##cname##_type; \
969969
std::string typeStr = T::getClassName(); \
970970
return this->template constructConnector<T>(#cname, \
971-
"Path to a Component to satisfy the Connector '" \
971+
"Path to a Component that satisfies the Connector '" \
972972
#cname "' of type " + typeStr + "."); \
973973
}
974974
/// @}

0 commit comments

Comments
 (0)