Skip to content

Commit bbefd29

Browse files
author
Julien Cerqueira
committed
Update object-filters.md
Added missing closing quote in the endDate value of the betweenDate example.
1 parent 91d128c commit bbefd29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/article/object-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ _filter = {
211211
},
212212
{
213213
'name': 'endDate',
214-
'value': ['01/31/2015]
214+
'value': ['01/31/2015']
215215
}
216216
]
217217

0 commit comments

Comments
 (0)