Index: pkg/http/lib/src/base_client.dart |
diff --git a/pkg/http/lib/src/base_client.dart b/pkg/http/lib/src/base_client.dart |
index d3a3736897f94405afd3c032e9c830f5647232c3..7eb972fd2a0c8fd392398244785d91b38a92262d 100644 |
--- a/pkg/http/lib/src/base_client.dart |
+++ b/pkg/http/lib/src/base_client.dart |
@@ -98,7 +98,7 @@ abstract class BaseClient implements Client { |
/// Sends an HTTP request and asynchronously returns the response. |
/// |
/// Implementers should call [BaseRequest.finalize] to get the body of the |
- /// request as an [InputStream]. They shouldn't make any assumptions about the |
+ /// request as a [ByteStream]. They shouldn't make any assumptions about the |
/// state of the stream; it could have data written to it asynchronously at a |
/// later point, or it could already be closed when it's returned. |
Future<StreamedResponse> send(BaseRequest request); |