Skip to content

Commit

Permalink
Update XML comment in SystemTextSerializer.cs (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
abatishchev authored Jan 28, 2025
1 parent 6bfd1c5 commit 66bbccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JWT/Serializers/SystemTextSerializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace JWT.Serializers
{
/// <summary>
/// JSON serializer using Newtonsoft.Json implementation.
/// JSON serializer using System.Text.Json implementation.
/// </summary>
public class SystemTextSerializer : IJsonSerializer
{
Expand Down

0 comments on commit 66bbccb

Please sign in to comment.