File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 ( ) {
You can’t perform that action at this time.
0 commit comments