diff options
author | Robin Wieruch <wrobin@gmx.net> | 2020-05-26 16:08:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 10:08:23 -0400 |
commit | 44477596eda3ca50ea6597d4af1fd809a01e2bdc (patch) | |
tree | 5e2435b4e9c960b4498d3e8731c731ec824e8e8b /docs/runtime | |
parent | 228f9c207f8320908325a553c96e465da08fc617 (diff) |
improve docs (#5872)
Diffstat (limited to 'docs/runtime')
-rw-r--r-- | docs/runtime/compiler_apis.md | 2 |
1 files changed, 1 insertions, 1 deletions
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()` |