Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: README.md

Issue 1036513002: pkg/isolate: spelling fixes (Closed) Base URL: https://github.com/dart-lang/isolate.git@master
Patch Set: one more Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « CHANGELOG.md ('k') | example/runner_pool.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 0e229ebe0f6c0eb1af6fad7ffe5c8b11db9c45eb..d2cbe08bb3638f8542ba92c74ff1db141b446ec7 100644
--- a/README.md
+++ b/README.md
@@ -16,12 +16,12 @@ that gives easy access to the `Isolate` functionality, and also
gives a way to run new functions in the isolate repeatedly, instead of
just on the initial `spawn` call.
-### A central registry for values that can be used accross isolates.
+### A central registry for values that can be used across isolates.
The "registry.dart" sub-library provides a way to create an
-object registry, and give access to it accross different isolates.
+object registry, and give access to it across different isolates.
-### Balancing load accross several isolates.
+### Balancing load across several isolates.
The "load_balancer.dart" sub-library can manage multiple `Runner` objects,
including `IsolateRunner`, and run functions on the currently least loaded
« no previous file with comments | « CHANGELOG.md ('k') | example/runner_pool.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698