Chromium Code Reviews| 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) { |