Skip to content

Commit 59c8b14

Browse files
committed
Documentation
1 parent b4ec2d9 commit 59c8b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KGySoft.Json/Json/JsonValue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ namespace KGySoft.Json
7878
/// You can use the <see cref="AsNumber"/> property to get the same value as JavaScript would also get and the <see cref="AsLiteral"/> property, which returns
7979
/// the actual value as it will be dumped when converting the value to JSON. An implicit conversion from the .NET <see cref="double"/> type also exists.
8080
/// <note type="warning">It is not recommended to write wide numeric .NET types (<see cref="long"/>, <see cref="decimal"/>, etc.) as a
81-
/// JSON <see cref="JsonValueType.Number"/> because when processed by JavaScript, the precision of these value might be lost without any warning.
81+
/// JSON <see cref="JsonValueType.Number"/> because when processed by JavaScript, the precision of these values might be lost without any warning.
8282
/// If you are sure that you want to store such values as numbers, use the <see cref="CreateNumberUnchecked"/> method or
8383
/// the <see cref="O:KGySoft.Json.JsonValueExtensions.ToJson">JsonValueExtensions.ToJson</see> overloads with <c>asString: false</c> parameter.</note>
8484
/// <code lang="C#"><![CDATA[

0 commit comments

Comments
 (0)