From 3baf79d3747288915322bc9439a8602932da1705 Mon Sep 17 00:00:00 2001 From: Fati Iseni Date: Mon, 24 Jul 2023 17:56:07 +0200 Subject: [PATCH] Added dummy commit. --- Specification/src/Ardalis.Specification/ISpecification.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }