Skip to content

Commit 4ca285a

Browse files
committed
fix typo in return type
1 parent 713b3c2 commit 4ca285a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler/java/runtime/modules/nrw/NRWVertexClass.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export class NRWVertexClass extends ObjectClass {
88
{ type: "declaration", signature: "class Vertex", comment: NRWLang.vertexClassComment },
99

1010
{ type: "method", signature: "Vertex(String pID)", native: NRWVertexClass.prototype._constructor1, comment: NRWLang.vertexConstructorComment },
11-
{ type: "method", signature: "string getID()", native: NRWVertexClass.prototype._getID, comment: NRWLang.vertexGetIDComment },
11+
{ type: "method", signature: "String getID()", native: NRWVertexClass.prototype._getID, comment: NRWLang.vertexGetIDComment },
1212
{ type: "method", signature: "boolean isMarked()", native: NRWVertexClass.prototype._isMarked, comment: NRWLang.vertexIsMarkedComment },
1313
{ type: "method", signature: "void setMark(boolean pMark)", native: NRWVertexClass.prototype._setMark, comment: NRWLang.vertexSetMarkComment },
1414

0 commit comments

Comments
 (0)