Skip to content

Commit 979ac38

Browse files
authored
Apply suggestion from @Strift
1 parent 28b9fd1 commit 979ac38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ get_one_document_1: |-
2525
})
2626
get_documents_1: |-
2727
client.index('movies').get_documents({
28-
'limit':2, 'filter': 'genres=action',
28+
'limit':2, 'filter': 'genres=action',
2929
'sort': ['rating:desc', 'release_date:asc'] # list format
3030
})
3131
get_documents_post_1: |-

0 commit comments

Comments
 (0)