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

Unified Diff: example/runner_pool.dart

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 | « README.md ('k') | lib/load_balancer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: example/runner_pool.dart
diff --git a/example/runner_pool.dart b/example/runner_pool.dart
index 8422916ccb3d4b52ad29e20dade1785232c8787e..ab201cdda4522e8e637cd16e6675289c4bf6e1d8 100644
--- a/example/runner_pool.dart
+++ b/example/runner_pool.dart
@@ -28,7 +28,7 @@ void main() {
});
}
-// Compute fibonnacci 1..limit
+// Compute fibonacci 1..limit
Future<List<int>> parfib(int limit, int parallelity) {
return LoadBalancer.create(parallelity, IsolateRunner.spawn).then(
(LoadBalancer pool) {
« no previous file with comments | « README.md ('k') | lib/load_balancer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698