Skip to content

Commit d469c5a

Browse files
committed
update documentation
1 parent 733630f commit d469c5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libs/framework/include/celix/dm/ServiceDependency.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ namespace celix { namespace dm {
166166
CServiceDependency<T,I>& setRequired(bool req);
167167

168168
/**
169-
* Specify if the minimum amount of services required for the service dependency to be available
169+
* Specify the minimum amount of service dependencies required to be available
170170
*
171171
* @return the C service dependency reference for chaining (fluent API)
172172
*/
@@ -417,7 +417,7 @@ namespace celix { namespace dm {
417417
ServiceDependency<T,I>& setRequired(bool req);
418418

419419
/**
420-
* Specify if the minimum amount of services required for the service dependency to be available
420+
* Specify the minimum amount of service dependencies required to be available
421421
*
422422
* @return the service dependency reference for chaining (fluent API)
423423
*/

0 commit comments

Comments
 (0)