We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237b697 commit 53a07c9Copy full SHA for 53a07c9
src/Mvc/Mvc.Core/src/Infrastructure/AsyncEnumerableReader.cs
@@ -45,7 +45,7 @@ public AsyncEnumerableReader(MvcOptions mvcOptions)
45
}
46
47
/// <summary>
48
- /// 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}"/>.
49
/// </summary>
50
/// <param name="type">The type to read.</param>
51
/// <param name="reader">A delegate that when awaited reads the <see cref="IAsyncEnumerable{T}"/>.</param>
0 commit comments