Thomas Pointhuber 5 anni fa
parent
commit
ef61735f64
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/core/operations/GenerateImage.mjs

+ 1 - 1
src/core/operations/GenerateImage.mjs

@@ -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";