Skip to content

Commit d746dfb

Browse files
committed
Address comments
1 parent d1e8e88 commit d746dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/node.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ declare module 'rclnodejs' {
792792
*
793793
* @returns An array of the names, namespaces and enclaves.
794794
*/
795-
getNodeNamesAndNamespacesEnclaves(): Array<NodeNamesQueryResultWithEnclaves>;
795+
getNodeNamesAndNamespacesWithEnclaves(): Array<NodeNamesQueryResultWithEnclaves>;
796796

797797
/**
798798
* Return the number of publishers on a given topic.

0 commit comments

Comments
 (0)