diff options
author | pk <prettykool@protonmail.com> | 2023-12-13 11:24:32 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 17:24:32 +0000 |
commit | 6ebe4c2997e67f42dfe3471fc9d15f72a95b6735 (patch) | |
tree | 86c5e37d0289cf89f5d14ecf23740fe549aa1376 /runtime/README.md | |
parent | 38002ffdd7e602e666e48d39fc84f7093fad9dff (diff) |
fix (doc): Typo in `runtime/README.md` (#20020)
Diffstat (limited to 'runtime/README.md')
-rw-r--r-- | runtime/README.md | 5 |
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` |