Skip to content

Commit

Permalink
Update src/bindings/js/node/lib/addon.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
almilosz authored Aug 2, 2024
1 parent 54b6e28 commit 5bc3023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/js/node/lib/addon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ interface Model {
getOutputElementType(index: number): string;
/**
* It gets the input of the model.
* if a model has more than one input, this method throws an exception.
* If a model has more than one input, this method throws an exception.
*/
input(): Output;
/**
Expand Down

0 comments on commit 5bc3023

Please sign in to comment.