Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Apr 5, 2017
1 parent 57b9fdb commit 2d50ede
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/src/worker/worker_connection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ import '../sync_message_grouper.dart';
import '../utils.dart';
import '../worker_protocol.pb.dart';

/// A connection from a worker to a driver (diver could be bazel, a dart program
/// using `BazelWorkerDriver`, or any other process that speaks the protocol).
/// A connection from a worker to a driver (driver could be bazel, a dart
/// program using `BazelWorkerDriver`, or any other process that speaks the
/// protocol).
abstract class WorkerConnection {
/// Reads a [WorkRequest] or returns [null] if there are none left.
///
Expand Down

0 comments on commit 2d50ede

Please sign in to comment.