Skip to content

Commit 51bd147

Browse files
committed
Merge pull request #119 from kamronbatman/patch-2
[Typo] Fixes typo in Parse/Internal/Json.cs
2 parents 594560a + 38299ec commit 51bd147

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
@@ -353,7 +353,7 @@ public static string Encode(IDictionary<string, object> dict) {
353353
}
354354

355355
/// <summary>
356-
/// Encodes a list into a JSON string. Suppots values that are
356+
/// Encodes a list into a JSON string. Supports values that are
357357
/// IDictionary&lt;string, object&gt;, IList&lt;object&gt;, strings,
358358
/// nulls, and any of the primitive types.
359359
/// </summary>

0 commit comments

Comments
 (0)