Skip to content

Commit 4b02043

Browse files
committed
Address comments
1 parent 9adac6f commit 4b02043

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/node.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ class Node extends rclnodejs.ShadowNode {
10621062
}
10631063

10641064
/**
1065-
* Get the number of client on a given service name.
1065+
* Get the number of clients on a given service name.
10661066
* @param {string} serviceName - the service name
10671067
* @returns {Number}
10681068
*/
@@ -1071,7 +1071,7 @@ class Node extends rclnodejs.ShadowNode {
10711071
}
10721072

10731073
/**
1074-
* Get the number of client on a given service name.
1074+
* Get the number of services on a given service name.
10751075
* @param {string} serviceName - the service name
10761076
* @returns {Number}
10771077
*/

lib/publisher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class Publisher extends Entity {
7474
}
7575

7676
/**
77-
* Get the number of subscription to this publisher.
77+
* Get the number of subscriptions to this publisher.
7878
* @returns {number} The number of subscription
7979
*/
8080
get subscriptionCount() {

0 commit comments

Comments
 (0)