Skip to content

Commit b3e8e7e

Browse files
committed
[Typo] Fixes typo in Parse/Internal/Json.cs
Fixes a typo in Parse/Internal/Json.cs
1 parent 325a5ad commit b3e8e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse/Internal/Json.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ public static object Parse(string input) {
330330
}
331331

332332
/// <summary>
333-
/// Encodes a dictionary into a JSON string. Suppots values that are
333+
/// Encodes a dictionary into a JSON string. Supports values that are
334334
/// IDictionary&lt;string, object&gt;, IList&lt;object&gt;, strings,
335335
/// nulls, and any of the primitive types.
336336
/// </summary>

0 commit comments

Comments
 (0)