summaryrefslogtreecommitdiff
path: root/docs/runtime.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/runtime.md')
-rw-r--r--docs/runtime.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/runtime.md b/docs/runtime.md
index 8d9a8c5c6..2ff0829ed 100644
--- a/docs/runtime.md
+++ b/docs/runtime.md
@@ -15,8 +15,8 @@ For more details, view the chapter on
## `Deno` global
All APIs that are not web standard are contained in the global `Deno` namespace.
-It has the APIs for reading from files, opening TCP sockets, and executing
-subprocesses, etc.
+It has the APIs for reading from files, opening TCP sockets, serving HTTP, and
+executing subprocesses, etc.
The TypeScript definitions for the Deno namespaces can be found in the
[`lib.deno.ns.d.ts`](https://github.com/denoland/deno/blob/$CLI_VERSION/cli/dts/lib.deno.ns.d.ts)