Skip to content

Commit

Permalink
Merge pull request #833 from Prologh/dev
Browse files Browse the repository at this point in the history
Fix incorrect XML doc about default JSON serializer
  • Loading branch information
tmenier authored Sep 11, 2024
2 parents 4f28752 + 6f74a08 commit da6121b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Flurl.Http/Configuration/FlurlHttpSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public string AllowedHttpStatusRange {
}

/// <summary>
/// Gets or sets object used to serialize and deserialize JSON. Default implementation uses Newtonsoft Json.NET.
/// Gets or sets object used to serialize and deserialize JSON. Default implementation uses System.Text.Json.
/// </summary>
public ISerializer JsonSerializer {
get => Get<ISerializer>();
Expand Down

0 comments on commit da6121b

Please sign in to comment.