From a1de24dc2ae098c512918a094f326bd5e86231c7 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 5 Jun 2022 20:06:52 +0900 Subject: [PATCH] Updated AsyncFunction (markdown) --- AsyncFunction.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/AsyncFunction.md b/AsyncFunction.md index c8c0d1f..c46f469 100644 --- a/AsyncFunction.md +++ b/AsyncFunction.md @@ -45,6 +45,8 @@ function main(args) { } exports.main = main; -exprts.onShoutcut = onShoutcut; +exports.onShoutcut = onShoutcut; exports._async_sub_01 = _async_sub_01; -``` \ No newline at end of file +``` + +You can use the `_async_` prefix to create an asynchronous function.