Merge pull request #3767 from gtt116/master

Remove a comma in doc to make example a valid json.
This commit is contained in:
Boaz Leskes 2013-09-24 00:27:39 -07:00
commit 4f8c20f3fe
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ root and inner object types:
--------------------------------------------------
{
"_default_" : {
"date_formats" : ["yyyy-MM-dd", "dd-MM-yyyy", "date_optional_time"],
"date_formats" : ["yyyy-MM-dd", "dd-MM-yyyy", "date_optional_time"]
}
}
--------------------------------------------------