1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-16 23:40:51 -07:00

s/covert/convert/

This commit is contained in:
stleary 2015-05-01 12:52:23 -05:00
parent 9b6872b6e5
commit 37f099ed4b

View file

@ -26,7 +26,7 @@ SOFTWARE.
/**
* This provides static methods to convert comma delimited text into a
* JSONArray, and to covert a JSONArray into comma delimited text. Comma
* JSONArray, and to convert a JSONArray into comma delimited text. Comma
* delimited text is a very popular format for data interchange. It is
* understood by most database, spreadsheet, and organizer programs.
* <p>
@ -41,7 +41,7 @@ SOFTWARE.
* The names for the elements in the JSONObjects can be taken from the names
* in the first row.
* @author JSON.org
* @version 2014-05-03
* @version 2015-05-01
*/
public class CDL {