Skip to content

Commit b9e13f3

Browse files
StefHCopilot
andauthored
Update src/System.Linq.Dynamic.Core.NewtonsoftJson/Config/NormalizationNonExistingPropertyBehavior.cs
Co-authored-by: Copilot <[email protected]>
1 parent 6392b72 commit b9e13f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Linq.Dynamic.Core.NewtonsoftJson/Config/NormalizationNonExistingPropertyBehavior.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace System.Linq.Dynamic.Core.NewtonsoftJson.Config;
22

33
/// <summary>
4-
/// Specifies the behavior to use when setting a property vlue that does not exist or is missing during normalization.
4+
/// Specifies the behavior to use when setting a property value that does not exist or is missing during normalization.
55
/// </summary>
66
public enum NormalizationNonExistingPropertyBehavior
77
{

0 commit comments

Comments
 (0)