Skip to content

Commit e832939

Browse files
author
Julien Cerqueira
committed
Update object-filters.md
Added missing closing quote for the startDate value keyword of the betweenDate example.
1 parent 276de36 commit e832939

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
@@ -207,7 +207,7 @@ _filter = {
207207
operation = 'betweenDate'
208208
options = [{
209209
'name': 'startDate',
210-
'value: ['01/01/2015']
210+
'value': ['01/01/2015']
211211
},
212212
{
213213
'name': 'endDate',

0 commit comments

Comments
 (0)