Skip to content
Prev Previous commit
Next Next commit
Update src/System.Linq.Dynamic.Core.SystemTextJson/Config/SystemTextJ…
…sonParsingConfig.cs

Co-authored-by: Copilot <[email protected]>
  • Loading branch information
StefH and Copilot authored Nov 15, 2025
commit e98ae23bf18cf9a2d8d7d0568ff8414fc955cdba
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class SystemTextJsonParsingConfig : ParsingConfig
};

/// <summary>
/// Gets or sets a value indicating whether the objecs in an array should be normalized before processing.
/// Gets or sets a value indicating whether the objects in an array should be normalized before processing.
/// </summary>
public bool Normalize { get; set; } = true;

Expand Down
Loading