Skip to content

Commit c1ffa97

Browse files
StefHCopilot
andauthored
Update src/System.Linq.Dynamic.Core.SystemTextJson/Utils/NormalizeUtils.cs
Co-authored-by: Copilot <[email protected]>
1 parent 9660958 commit c1ffa97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Linq.Dynamic.Core.SystemTextJson/Utils/NormalizeUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace System.Linq.Dynamic.Core.SystemTextJson.Utils;
88
internal static class NormalizeUtils
99
{
1010
/// <summary>
11-
/// Normalizes an document that each object contains all properties found in the array, including nested objects.
11+
/// Normalizes a document so that each object contains all properties found in the array, including nested objects.
1212
/// </summary>
1313
internal static JsonDocument NormalizeJsonDocument(JsonDocument jsonDocument, NormalizationNonExistingPropertyBehavior normalizationBehavior)
1414
{

0 commit comments

Comments
 (0)