Skip to content

Commit

Permalink
Typo (denoland#2337)
Browse files Browse the repository at this point in the history
  • Loading branch information
rista404 authored and ry committed May 11, 2019
1 parent aba9523 commit 551b56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/README.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit 551b56d

Please sign in to comment.