Skip to content

Commit 03807e2

Browse files
committed
Merge pull request stleary#120 from douglascrockford/Spelling-error-in-CDL
Fix spelling error in CDL.java comment
2 parents 9b6872b + 37f099e commit 03807e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CDL.java

+2-2
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)