Skip to content

Commit e98ae23

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Linq.Dynamic.Core.SystemTextJson/Config/SystemTextJsonParsingConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class SystemTextJsonParsingConfig : ParsingConfig
1414
};
1515

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

0 commit comments

Comments
 (0)