Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

非同期処理:Promise/Async Function内の誤字と思われる箇所を修正 #1475

Merged
merged 1 commit into from Sep 30, 2022

Conversation

madogiwa0124
Copy link
Contributor

以下の非同期処理:Promise/Async Function内に誤字と思われる箇所があったので、

[ES2022] Module直下でのawait式
ES2021までは、await式はAsync Functionの直下でのみ利用な可能なことを紹介しました。 ES2022には、これに加えてModuleの直下ではAsync Functionで囲まなくてもawait式が利用できます。
https://jsprimer.net/basic/async/#top-level-await-in-module

「利用な可能なこと -> 利用可能なこと」に修正しました。

以下の非同期処理:Promise/Async Function内に誤字と思われる箇所があったので、

> [ES2022] Module直下でのawait式
> ES2021までは、await式はAsync Functionの直下でのみ利用な可能なことを紹介しました。 ES2022には、これに加えてModuleの直下ではAsync Functionで囲まなくてもawait式が利用できます。
> https://jsprimer.net/basic/async/#top-level-await-in-module

「利用な可能なこと -> 利用可能なこと」に修正しました。
@bot-user
Copy link

Deploy Preview for js-primer ready!

Name Link
🔨 Latest commit 715149f
🔍 Latest deploy log https://app.netlify.com/sites/js-primer/deploys/63377a4cf89204000889f9c1
😎 Deploy Preview https://deploy-preview-1475--js-primer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@azu azu merged commit 363229a into asciidwango:master Sep 30, 2022
@azu
Copy link
Collaborator

azu commented Sep 30, 2022

ありがとうございます

@madogiwa0124 madogiwa0124 deleted the fix-typo-for-basic-async branch September 30, 2022 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants