Merge pull request #3767 from gtt116/master
Remove a comma in doc to make example a valid json.
This commit is contained in:
commit
4f8c20f3fe
|
@ -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"]
|
||||
}
|
||||
}
|
||||
--------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue