Fixed typo in AsyncEnumerableReader XML docs

This commit is contained in:
Alessio Franceschelli 2020-01-19 22:55:14 +00:00 committed by Ryan Nowak
parent 237b697320
commit 53a07c95a3
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ namespace Microsoft.AspNetCore.Mvc.Infrastructure
}
/// <summary>
/// Attempts to produces a delagate that reads a <see cref="IAsyncEnumerable{T}"/> into an <see cref="ICollection{T}"/>.
/// Attempts to produces a delegate that reads an <see cref="IAsyncEnumerable{T}"/> into an <see cref="ICollection{T}"/>.
/// </summary>
/// <param name="type">The type to read.</param>
/// <param name="reader">A delegate that when awaited reads the <see cref="IAsyncEnumerable{T}"/>.</param>