From 44477596eda3ca50ea6597d4af1fd809a01e2bdc Mon Sep 17 00:00:00 2001 From: Robin Wieruch Date: Tue, 26 May 2020 16:08:23 +0200 Subject: improve docs (#5872) --- docs/runtime/compiler_apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/runtime') diff --git a/docs/runtime/compiler_apis.md b/docs/runtime/compiler_apis.md index ebb14f6b3..c2d234836 100644 --- a/docs/runtime/compiler_apis.md +++ b/docs/runtime/compiler_apis.md @@ -52,7 +52,7 @@ const [diagnostics, emitMap] = await Deno.compile( ); ``` -In this case `emitMap` will contain a simple `console.log()` statement. +In this case `emitMap` will contain a `console.log()` statement. ### `Deno.bundle()` -- cgit v1.2.3