mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
Merge pull request #120 from douglascrockford/Spelling-error-in-CDL
Fix spelling error in CDL.java comment
This commit is contained in:
commit
03807e22bb
1 changed files with 2 additions and 2 deletions
4
CDL.java
4
CDL.java
|
@ -26,7 +26,7 @@ SOFTWARE.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This provides static methods to convert comma delimited text into a
|
* 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
|
* delimited text is a very popular format for data interchange. It is
|
||||||
* understood by most database, spreadsheet, and organizer programs.
|
* understood by most database, spreadsheet, and organizer programs.
|
||||||
* <p>
|
* <p>
|
||||||
|
@ -41,7 +41,7 @@ SOFTWARE.
|
||||||
* The names for the elements in the JSONObjects can be taken from the names
|
* The names for the elements in the JSONObjects can be taken from the names
|
||||||
* in the first row.
|
* in the first row.
|
||||||
* @author JSON.org
|
* @author JSON.org
|
||||||
* @version 2014-05-03
|
* @version 2015-05-01
|
||||||
*/
|
*/
|
||||||
public class CDL {
|
public class CDL {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue