From 712dfdc11fa6ac32129330a9981459395162c366 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 14 Jan 2022 17:56:47 +0100 Subject: [PATCH] doc: add missing YAML tag in `esm.md` Refs: https://github.com/nodejs/node/pull/41434 PR-URL: https://github.com/nodejs/node/pull/41516 Reviewed-By: Richard Lau Reviewed-By: Darshan Sen Reviewed-By: Colin Ihrig --- doc/api/esm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/esm.md b/doc/api/esm.md index f74ab2f16b17cb..d0ed38a45e6637 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -590,7 +590,7 @@ would provide the exports interface for the instantiation of `module.wasm`. ## Top-level `await` -