Skip to content
Snippets Groups Projects
Commit 18ef23ee authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

change typo in the comment

parent 013f5a7c
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ namespace Grpc.Core.Internal ...@@ -57,7 +57,7 @@ namespace Grpc.Core.Internal
// Completion of a pending unary response if not null. // Completion of a pending unary response if not null.
TaskCompletionSource<TResponse> unaryResponseTcs; TaskCompletionSource<TResponse> unaryResponseTcs;
// Indicates that steaming call has finished. // Indicates that response streaming call has finished.
TaskCompletionSource<object> streamingCallFinishedTcs = new TaskCompletionSource<object>(); TaskCompletionSource<object> streamingCallFinishedTcs = new TaskCompletionSource<object>();
// Response headers set here once received. // Response headers set here once received.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment