From dcbf1871c4c087f02703772c55b4a7ea77ed7e79 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 5 Jun 2022 20:06:00 +0900 Subject: [PATCH] Updated AsyncFunction (markdown) --- AsyncFunction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsyncFunction.md b/AsyncFunction.md index a165f10..c8c0d1f 100644 --- a/AsyncFunction.md +++ b/AsyncFunction.md @@ -27,7 +27,7 @@ var STD = require("lib/std"); function onShoutcut(args) { [5, 4, 3, 2, 1].forEach(function(x) { - new AsyncFunction('sub_01', 'mymodule').run(x); + new AsyncFunction('sub_01', '[module name]').run(x); }); }