summaryrefslogtreecommitdiff
path: root/runtime/README.md
diff options
context:
space:
mode:
authorpk <prettykool@protonmail.com>2023-12-13 11:24:32 -0600
committerGitHub <noreply@github.com>2023-12-13 17:24:32 +0000
commit6ebe4c2997e67f42dfe3471fc9d15f72a95b6735 (patch)
tree86c5e37d0289cf89f5d14ecf23740fe549aa1376 /runtime/README.md
parent38002ffdd7e602e666e48d39fc84f7093fad9dff (diff)
fix (doc): Typo in `runtime/README.md` (#20020)
Diffstat (limited to 'runtime/README.md')
-rw-r--r--runtime/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/README.md b/runtime/README.md
index c9a733889..c3e482828 100644
--- a/runtime/README.md
+++ b/runtime/README.md
@@ -9,8 +9,9 @@ Deno's operating system bindings (ops).
## Stability
-This crate is built using battle-tested modules that were originally in `deno`
-crate, however the API of this crate is subject to rapid and breaking changes.
+This crate is built using battle-tested modules that were originally in the
+`deno` crate, however the API of this crate is subject to rapid and breaking
+changes.
## `MainWorker`