Skip to content

Commit

Permalink
fix build warnings in xrefs (#22252)
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren authored Jan 6, 2021
1 parent 5a17382 commit 4cb0a9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ namespace Grpc.Core

## Summary

The <xref:System.IAsyncEnumerable> and <xref:System.IObservable> models are both well-supported and well-documented ways of dealing with asynchronous streams of data in .NET. gRPC streams map well to both paradigms, offering close integration with .NET, and reactive and asynchronous programming styles.
The <xref:System.Collections.Generic.IAsyncEnumerable%601> and <xref:System.IObservable%601> models are both well-supported and well-documented ways of dealing with asynchronous streams of data in .NET. gRPC streams map well to both paradigms, offering close integration with .NET, and reactive and asynchronous programming styles.

>[!div class="step-by-step"]
>[Previous](streaming-versus-repeated.md)
Expand Down

0 comments on commit 4cb0a9e

Please sign in to comment.