Skip to content

Commit

Permalink
Add missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
jozkee committed Nov 17, 2020
1 parent 3c7598c commit 13ec556
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7691,7 +7691,7 @@ public static class WriterHelpers
{
// Normalize comparisons against Json.NET.
// The following is performed unless skipSpecialRules is true:
// * Uppercases the \u escaped hex characters
// * Uppercases the \u escaped hex characters.
// * Escapes forward slash, greater than, and less than.
// * Ignores ".0" for decimal values.
public static string NormalizeToJsonNetFormat(this string json, bool skipSpecialRules)
Expand Down

0 comments on commit 13ec556

Please sign in to comment.