From 3321c05c6bfaecd329c9013db00a211c58020c08 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 6 Aug 2024 21:37:32 +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 e2e4b0a..5feb3f7 100644 --- a/AsyncFunction.md +++ b/AsyncFunction.md @@ -39,7 +39,7 @@ var sub_01 = new AsyncFunction(function(args) { }); function main(args) { - AsyncFunction.bind(exports, args); // if this is completed, stop with AsyncFunction.Resolved exception + AsyncFunction.Initialize(exports, args); // if this is completed, stop with `AsyncFunction.Resolved` exception onShoutcut(args); }