From 4007c2c74dc795c45844dd2e6c8187898540f838 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 23 Mar 2024 12:36:23 +0200 Subject: [PATCH] Update faq.mdx - async/await has arrived on ReScript 10.1 --- pages/docs/manual/latest/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/manual/latest/faq.mdx b/pages/docs/manual/latest/faq.mdx index 18cb46b88..b99590aed 100644 --- a/pages/docs/manual/latest/faq.mdx +++ b/pages/docs/manual/latest/faq.mdx @@ -49,7 +49,7 @@ Currently, we're actively working on the editor support. **When will we get the `async/await` keywords?** -See our answer on the [Async & Promise](promise) page's intro. +async/await has arrived in ReScript 10.1! **Why create a new syntax?**