Thomas Pointhuber %!s(int64=5) %!d(string=hai) anos
pai
achega
ef61735f64
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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";