From 46507cc27b3e3962fb84744d5cc82b40f205ed00 Mon Sep 17 00:00:00 2001 From: linju Date: Mon, 1 Aug 2022 03:37:16 +0000 Subject: [PATCH] update docs/uniCloud/cf-functions.md. --- docs/uniCloud/cf-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/uniCloud/cf-functions.md b/docs/uniCloud/cf-functions.md index 16eaf15d4..82b704586 100644 --- a/docs/uniCloud/cf-functions.md +++ b/docs/uniCloud/cf-functions.md @@ -690,7 +690,7 @@ exports.main = async (event, context) => { console.log(e.result); }) - // 等待500毫秒给下一个请求发出去的时间 + // 等待500毫秒,给一个请求发出去的时间 return await new Promise((resolve, reject) => { setTimeout(() => { resolve(res) -- GitLab