Remove a comma in doc to make example a valid json.

This will help reader to do a hurry up copy-paste test.
This commit is contained in:
gtt116 2013-09-24 15:23:23 +08:00
parent 917a3c3b9d
commit 6304d58e36
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"]
}
}
--------------------------------------------------