Skip to content
Prev Previous commit
Next Next commit
Change wording
  • Loading branch information
deeprobin authored Dec 20, 2021
commit 421398d78caad90f04e0b38ea32eabd4655b1741
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ enum JsonNumberHandling
/// Strings that have escaped characters will be unescaped before reading.
/// Leading or trailing trivia within the string token, including whitespace, is not allowed.
/// <remarks>
/// This field is not defined by the JSON specification. Altering the default number handling can potentially produce JSON that cannot be parsed by other JSON implementations.
/// This behavior is not defined by the JSON specification. Altering the default number handling can potentially produce JSON that cannot be parsed by other JSON implementations.
/// </remarks>
/// </summary>
AllowNamedFloatingPointLiterals = 0x4
Expand Down