From d5ad2b7fcd135362128b9b61767344b31a60799d 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 cf10f6120da953..7691227d671309 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -585,7 +585,7 @@ would provide the exports interface for the instantiation of `module.wasm`. ## Top-level `await` -