Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pointhi committed Oct 12, 2019
1 parent a2780ca commit ef61735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/operations/GenerateImage.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class GenerateImage extends Operation {

this.name = "Generate Image";
this.module = "Image";
this.description = "Generate a Image using the input as pixel values.";
this.description = "Generate an Image using the input as pixel values.";
this.infoURL = "";
this.inputType = "byteArray";
this.outputType = "ArrayBuffer";
Expand Down

0 comments on commit ef61735

Please sign in to comment.