Skip to content

Commit a387aa2

Browse files
committed
Address comments
1 parent 6dc7c3b commit a387aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ class Node extends rclnodejs.ShadowNode {
16211621
/**
16221622
* Get the fully qualified name of the node.
16231623
*
1624-
* @returns {string} - Return String containing the fully qualified name of the node.
1624+
* @returns {string} - String containing the fully qualified name of the node.
16251625
*/
16261626
getFullyQualifiedName() {
16271627
return rclnodejs.getFullyQualifiedName(this.handle);

0 commit comments

Comments
 (0)