From 6ebe4c2997e67f42dfe3471fc9d15f72a95b6735 Mon Sep 17 00:00:00 2001 From: pk Date: Wed, 13 Dec 2023 11:24:32 -0600 Subject: [PATCH] fix (doc): Typo in `runtime/README.md` (#20020) --- runtime/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/runtime/README.md b/runtime/README.md index c9a733889c..c3e4828289 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`