Skip to content

Commit

Permalink
Fix incorrect XML doc about default JSON serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
Prologh committed Aug 2, 2024
1 parent 363416c commit 6f74a08
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 6f74a08

Please sign in to comment.