PengZheng commented on code in PR #840:
URL: https://github.com/apache/celix/pull/840#discussion_r3083279368
##########
documents/components.md:
##########
@@ -476,14 +476,16 @@ Remarks for the C example:
5. Configures for which service name the service dependency will track
services for. Optionally it is also possible
to fine tune the tracked service by providing a service version range
and/or service filter.
6. Configures the update strategy for the service dependency to
suspend-strategy.
-7. Configures the service dependency as a required service dependency.
+7. Configures the service dependency as a required service dependency by
setting the minimalCardinality to at least `1`.
+ Setting the minimalCardinality determines howmany services are required for
the service dependency to be available.
Review Comment:
```suggestion
Setting the minimalCardinality determines how many services are required
for the service dependency to be available.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]