Merge pull request #25148 from drfloob/fix-reference-typo

Fix typo in documentation
pull/25155/head
Adam J Heller 4 years ago committed by GitHub
commit 3c8a2fee6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      include/grpcpp/impl/codegen/async_unary_call.h

@ -250,7 +250,7 @@ class ClientAsyncResponseReader final
initial_metadata_read_ = true;
}
/// See \a ClientAysncResponseReaderInterface::Finish for semantics.
/// See \a ClientAsyncResponseReaderInterface::Finish for semantics.
///
/// Side effect:
/// - the \a ClientContext associated with this call is updated with

Loading…
Cancel
Save