From 83e2471064fab7c39a387b543a42013894257710 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 14 Jan 2022 12:53:49 +0100 Subject: [PATCH] doc: add missing YAML tag in `esm.md` Refs: https://github.com/nodejs/node/pull/41434 --- 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 8c3716df74029c..54f576261c2387 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -591,7 +591,7 @@ would provide the exports interface for the instantiation of `module.wasm`. ## Top-level `await` -