Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Grpc.Core.Api/Interceptors/Interceptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public virtual AsyncDuplexStreamingCall<TRequest, TResponse> AsyncDuplexStreamin
}

/// <summary>
/// Server-side handler for intercepting and incoming unary call.
/// Server-side handler for intercepting an incoming unary call.
/// </summary>
/// <typeparam name="TRequest">Request message type for this method.</typeparam>
/// <typeparam name="TResponse">Response message type for this method.</typeparam>
Expand Down
Loading