Skip to content

Commit 055e2ea

Browse files
committed
Update jsdoc and run style:fix
1 parent e735abd commit 055e2ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/instant-meilisearch/src/adapter/search-request-adapter/filter-adapter.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ function transformFacetFilter(filter: string): string {
3838
*
3939
* 'price = 5.99' becomes '"price"=5.99'
4040
*
41-
* Wrap the attribute between quotes. Escape backslash (\) and quote (")
42-
* characters.
41+
* Wrap the attribute between quotes. Escape backslash \ and quote " characters.
4342
*
4443
* @param {string} filter
4544
* @returns {string}

0 commit comments

Comments
 (0)