From 454bd1d6527ac633ca29186a7606bd71c1682a01 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 25 Feb 2022 16:03:17 +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 f6ea8c6..293eaaa 100644 --- a/AsyncFunction.md +++ b/AsyncFunction.md @@ -1,6 +1,6 @@ ## AsyncFunction -JScript does not support the `async` keyword. So, Wilson JS uses the `AsyncFunction` class made by itself. +JScript does not support the `async` keyword. So, WelsonJS uses the `AsyncFunction` class made by itself. ### Examples