Skip to content

Commit 53a07c9

Browse files
alefranzrynowak
authored andcommitted
Fixed typo in AsyncEnumerableReader XML docs
1 parent 237b697 commit 53a07c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mvc/Mvc.Core/src/Infrastructure/AsyncEnumerableReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public AsyncEnumerableReader(MvcOptions mvcOptions)
4545
}
4646

4747
/// <summary>
48-
/// Attempts to produces a delagate that reads a <see cref="IAsyncEnumerable{T}"/> into an <see cref="ICollection{T}"/>.
48+
/// Attempts to produces a delegate that reads an <see cref="IAsyncEnumerable{T}"/> into an <see cref="ICollection{T}"/>.
4949
/// </summary>
5050
/// <param name="type">The type to read.</param>
5151
/// <param name="reader">A delegate that when awaited reads the <see cref="IAsyncEnumerable{T}"/>.</param>

0 commit comments

Comments
 (0)