From ec9451e8567cdb195c935d4ffffeb29714bf08f9 Mon Sep 17 00:00:00 2001 From: AJ Heller Date: Wed, 13 Jan 2021 11:23:50 -0800 Subject: [PATCH] Fix typo in documentation --- include/grpcpp/impl/codegen/async_unary_call.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/grpcpp/impl/codegen/async_unary_call.h b/include/grpcpp/impl/codegen/async_unary_call.h index 7541fa3c22e..7cb7cc6f16e 100644 --- a/include/grpcpp/impl/codegen/async_unary_call.h +++ b/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