diff --git a/Specification/src/Ardalis.Specification/ISpecification.cs b/Specification/src/Ardalis.Specification/ISpecification.cs index a28a9b0e..0db8dabe 100644 --- a/Specification/src/Ardalis.Specification/ISpecification.cs +++ b/Specification/src/Ardalis.Specification/ISpecification.cs @@ -15,7 +15,7 @@ public interface ISpecification : ISpecification new ISpecificationBuilder Query { get; } /// - /// The Select transform function to apply to the element. + /// The Select transform function to apply to the element. /// Expression>? Selector { get; }