mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 12:58:54 -05:00
Typo (#2337)
This commit is contained in:
parent
aba952397a
commit
551b56dd85
1 changed files with 1 additions and 1 deletions
|
@ -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<Item=(), Error=JSError>` which completes once all of its ops have
|
||||
completed. The user must define what an Op is by implementing the `Dispatch`
|
||||
|
|
Loading…
Reference in a new issue