From ff8a7a0a94cdc9abf2b2d1f1eff1da213ca49727 Mon Sep 17 00:00:00 2001 From: Adrian Wright <47532258+adrianwright109@users.noreply.github.com> Date: Sun, 1 Dec 2019 20:33:29 +0000 Subject: [PATCH] replace 'an' with 'a' in xml comments (#17505) --- .../Mvc.Core/src/Filters/FilterCollection.cs | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/Mvc/Mvc.Core/src/Filters/FilterCollection.cs b/src/Mvc/Mvc.Core/src/Filters/FilterCollection.cs index b5ea9a26c1..bb0f56ef9f 100644 --- a/src/Mvc/Mvc.Core/src/Filters/FilterCollection.cs +++ b/src/Mvc/Mvc.Core/src/Filters/FilterCollection.cs @@ -10,10 +10,10 @@ namespace Microsoft.AspNetCore.Mvc.Filters public class FilterCollection : Collection { /// - /// Adds a type representing an . + /// Adds a type representing a . /// - /// Type representing an . - /// An representing the added type. + /// Type representing a . + /// A representing the added type. /// /// Filter instances will be created using /// . @@ -25,10 +25,10 @@ namespace Microsoft.AspNetCore.Mvc.Filters } /// - /// Adds a type representing an . + /// Adds a type representing a . /// - /// Type representing an . - /// An representing the added type. + /// Type representing a . + /// A representing the added type. /// /// Filter instances will be created using /// . @@ -45,11 +45,11 @@ namespace Microsoft.AspNetCore.Mvc.Filters } /// - /// Adds a type representing an . + /// Adds a type representing a . /// - /// Type representing an . + /// Type representing a . /// The order of the added filter. - /// An representing the added type. + /// A representing the added type. /// /// Filter instances will be created using /// . @@ -61,11 +61,11 @@ namespace Microsoft.AspNetCore.Mvc.Filters } /// - /// Adds a type representing an . + /// Adds a type representing a . /// - /// Type representing an . + /// Type representing a . /// The order of the added filter. - /// An representing the added type. + /// A representing the added type. /// /// Filter instances will be created using /// . @@ -92,10 +92,10 @@ namespace Microsoft.AspNetCore.Mvc.Filters } /// - /// Adds a type representing an . + /// Adds a type representing a . /// - /// Type representing an . - /// An representing the added service type. + /// Type representing a . + /// A representing the added service type. /// /// Filter instances will be created through dependency injection. Use /// to register a service that will be created via @@ -107,10 +107,10 @@ namespace Microsoft.AspNetCore.Mvc.Filters } /// - /// Adds a type representing an . + /// Adds a type representing a . /// - /// Type representing an . - /// An representing the added service type. + /// Type representing a . + /// A representing the added service type. /// /// Filter instances will be created through dependency injection. Use /// to register a service that will be created via @@ -127,11 +127,11 @@ namespace Microsoft.AspNetCore.Mvc.Filters } /// - /// Adds a type representing an . + /// Adds a type representing a . /// - /// Type representing an . + /// Type representing a . /// The order of the added filter. - /// An representing the added service type. + /// A representing the added service type. /// /// Filter instances will be created through dependency injection. Use /// to register a service that will be created via @@ -143,11 +143,11 @@ namespace Microsoft.AspNetCore.Mvc.Filters } /// - /// Adds a type representing an . + /// Adds a type representing a . /// - /// Type representing an . + /// Type representing a . /// The order of the added filter. - /// An representing the added service type. + /// A representing the added service type. /// /// Filter instances will be created through dependency injection. Use /// to register a service that will be created via