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