Thomas Pointhuber 5 年之前
父節點
當前提交
ef61735f64
共有 1 個文件被更改,包括 1 次插入1 次删除
  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";