We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc7c3b commit a387aa2Copy full SHA for a387aa2
lib/node.js
@@ -1621,7 +1621,7 @@ class Node extends rclnodejs.ShadowNode {
1621
/**
1622
* Get the fully qualified name of the node.
1623
*
1624
- * @returns {string} - Return String containing the fully qualified name of the node.
+ * @returns {string} - String containing the fully qualified name of the node.
1625
*/
1626
getFullyQualifiedName() {
1627
return rclnodejs.getFullyQualifiedName(this.handle);
0 commit comments