Skip to content
Prev Previous commit
Next Next commit
Update src/System.Linq.Dynamic.Core.NewtonsoftJson/Config/Normalizati…
…onNonExistingPropertyBehavior.cs

Co-authored-by: Copilot <[email protected]>
  • Loading branch information
StefH and Copilot authored Nov 15, 2025
commit b9e13f34ce976efe741bfe99aa9abaf6d70b0368
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace System.Linq.Dynamic.Core.NewtonsoftJson.Config;

/// <summary>
/// Specifies the behavior to use when setting a property vlue that does not exist or is missing during normalization.
/// Specifies the behavior to use when setting a property value that does not exist or is missing during normalization.
/// </summary>
public enum NormalizationNonExistingPropertyBehavior
{
Expand Down
Loading