Skip to content

Commit a13d25f

Browse files
committed
.
1 parent 5b5350f commit a13d25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Linq.Dynamic.Core/ParsingConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ public IQueryableAnalyzer QueryableAnalyzer
316316
/// <summary>
317317
/// When set to <c>true</c>, the parser will allow the use of the Equals(object obj), Equals(object objA, object objB), ReferenceEquals(object objA, object objB) and ToString() methods on the <see cref="object"/> type.
318318
///
319-
/// Default value is <c>false</c>.
319+
/// Default value is <c>false</c>.
320320
/// </summary>
321321
public bool AllowEqualsAndToStringMethodsOnObject { get; set; }
322322
}

0 commit comments

Comments
 (0)