From 53a07c95a314c1e9476b7831dfea906e053fccce Mon Sep 17 00:00:00 2001 From: Alessio Franceschelli Date: Sun, 19 Jan 2020 22:55:14 +0000 Subject: [PATCH] Fixed typo in AsyncEnumerableReader XML docs --- src/Mvc/Mvc.Core/src/Infrastructure/AsyncEnumerableReader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mvc/Mvc.Core/src/Infrastructure/AsyncEnumerableReader.cs b/src/Mvc/Mvc.Core/src/Infrastructure/AsyncEnumerableReader.cs index 3d4679d89b..3326cdbf20 100644 --- a/src/Mvc/Mvc.Core/src/Infrastructure/AsyncEnumerableReader.cs +++ b/src/Mvc/Mvc.Core/src/Infrastructure/AsyncEnumerableReader.cs @@ -45,7 +45,7 @@ namespace Microsoft.AspNetCore.Mvc.Infrastructure } /// - /// Attempts to produces a delagate that reads a into an . + /// Attempts to produces a delegate that reads an into an . /// /// The type to read. /// A delegate that when awaited reads the .