Skip to content

Commit

Permalink
Merge pull request #10 from friedalexuni/main
Browse files Browse the repository at this point in the history
Switch to JSDoc style
  • Loading branch information
dirkriehle authored Oct 22, 2024
2 parents 0115ed5 + 39da820 commit e05b46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adap-b01/coordinates/Coordinate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class Coordinate {
this.initialize(0, 0);
}

// @methodtype get-method
/** @methodtype get-method */
public getX(): number {
return this.x;
}
Expand Down

0 comments on commit e05b46c

Please sign in to comment.