Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBeekman committed Feb 27, 2024
1 parent 6882658 commit 5f41716
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private void ConvertToSystemTextJson(JsonObject jsonObject)

private void FilterType(JsonObject jsonObject)
{
// If there only a type, replace or remove it depending on whether there's a matching JsonDerivedType
// Replace or remove $type depending on whether there's a matching JsonDerivedType
// This could be done with reflection but that would mean this migration automatically gains new behaviour over time.
JsonNode? type = jsonObject["$type"];
if (type != null)
Expand Down

0 comments on commit 5f41716

Please sign in to comment.