minor fix

This commit is contained in:
Stanley Cheung 2017-12-14 00:33:25 -08:00
parent c1f4cdb2dc
commit d3a360d454
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ goog.provide('grpc.web.ClientReadableStream');
* A stream that the client can read from. Used for calls that are streaming * A stream that the client can read from. Used for calls that are streaming
* from the server side. * from the server side.
* *
* @template RESPONSE
* @interface * @interface
*/ */
grpc.web.ClientReadableStream = function() {}; grpc.web.ClientReadableStream = function() {};