Merge pull request #22487 from kislaykishore/patch-1

Fix typo
reviewable/pr22567/r1
Mark D. Roth 5 years ago committed by GitHub
commit b09410809e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      include/grpcpp/impl/codegen/sync_stream_impl.h

@ -419,7 +419,7 @@ class ClientReaderWriterInterface : public internal::ClientStreamingInterface,
virtual void WaitForInitialMetadata() = 0;
/// Half close writing from the client. (signal that the stream of messages
/// coming from the clinet is complete).
/// coming from the client is complete).
/// Blocks until currently-pending writes are completed.
/// Thread-safe with respect to \a ReaderInterface::Read
///

Loading…
Cancel
Save