Skip to content

Commit 41432f0

Browse files
committed
Updated comment.
1 parent 9c0b660 commit 41432f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

external/JSON.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/// Spec. details, see http://www.json.org/
1313
///
1414
/// JSON uses Arrays and Objects. These correspond here to the datatypes ArrayList and Hashtable.
15-
/// All numbers are parsed to floats or ints.
15+
/// All numbers are parsed to floats, ints, or longs.
1616
/// </summary>
1717
public class JSON
1818
{

0 commit comments

Comments
 (0)