From 551b56dd855945f0ea506ea83a06b90b1399aa47 Mon Sep 17 00:00:00 2001 From: Nikola Ristic Date: Sat, 11 May 2019 22:10:19 +0200 Subject: Typo (#2337) --- core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/README.md b/core/README.md index a5c20f79e..857bd672b 100644 --- a/core/README.md +++ b/core/README.md @@ -1,7 +1,7 @@ # Deno Core This Rust crate contains the essential V8 bindings for Deno's command-line -interface (Deno CLI). The main abstraction here is the Isolate which proivdes a +interface (Deno CLI). The main abstraction here is the Isolate which provides a way to execute JavaScript. The Isolate is modeled as a `Future` which completes once all of its ops have completed. The user must define what an Op is by implementing the `Dispatch` -- cgit v1.2.3