Skip to content
Prev Previous commit
Next Next commit
Update src/System.Linq.Dynamic.Core.SystemTextJson/Utils/NormalizeUti…
…ls.cs

Co-authored-by: Copilot <[email protected]>
  • Loading branch information
StefH and Copilot authored Nov 15, 2025
commit c1ffa97be8311bbaa1c6b007b81a42483e7027a1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace System.Linq.Dynamic.Core.SystemTextJson.Utils;
internal static class NormalizeUtils
{
/// <summary>
/// Normalizes an document that each object contains all properties found in the array, including nested objects.
/// Normalizes a document so that each object contains all properties found in the array, including nested objects.
/// </summary>
internal static JsonDocument NormalizeJsonDocument(JsonDocument jsonDocument, NormalizationNonExistingPropertyBehavior normalizationBehavior)
{
Expand Down
Loading