Skip to content

Commit 37f099e

Browse files
committed
s/covert/convert/
1 parent 9b6872b commit 37f099e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CDL.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ of this software and associated documentation files (the "Software"), to deal
2626

2727
/**
2828
* This provides static methods to convert comma delimited text into a
29-
* JSONArray, and to covert a JSONArray into comma delimited text. Comma
29+
* JSONArray, and to convert a JSONArray into comma delimited text. Comma
3030
* delimited text is a very popular format for data interchange. It is
3131
* understood by most database, spreadsheet, and organizer programs.
3232
* <p>
@@ -41,7 +41,7 @@ of this software and associated documentation files (the "Software"), to deal
4141
* The names for the elements in the JSONObjects can be taken from the names
4242
* in the first row.
4343
* @author JSON.org
44-
* @version 2014-05-03
44+
* @version 2015-05-01
4545
*/
4646
public class CDL {
4747

0 commit comments

Comments
 (0)