From 15c8791d64ed65b1c2626a5b9536f29f6a8fdeb4 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 6 Aug 2024 21:24:26 +0900 Subject: [PATCH] Updated AsyncFunction (markdown) --- AsyncFunction.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/AsyncFunction.md b/AsyncFunction.md index e5e141c..e2e4b0a 100644 --- a/AsyncFunction.md +++ b/AsyncFunction.md @@ -46,7 +46,5 @@ function main(args) { exports.main = main; exports.onShoutcut = onShoutcut; -exports._async_sub_01 = _async_sub_01; +exports.sub_01 = sub_01; ``` - -You can use the `_async_` prefix to create an asynchronous function.