Skip to content

Commit e9f8c48

Browse files
committed
Fix linting
1 parent f473a57 commit e9f8c48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/meilisearch/index.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,13 @@ def document(document_id, fields: nil)
6363
alias get_document document
6464
alias get_one_document document
6565

66-
6766
# Public: Retrieve documents from a index.
6867
#
6968
# options - The hash options used to refine the selection (default: {}):
7069
# :limit - Number of documents to return (optional).
7170
# :offset - Number of documents to skip (optional).
7271
# :fields - Array of document attributes to show (optional).
73-
# :filter - Filter queries by an attribute's value.
72+
# :filter - Filter queries by an attribute's value.
7473
# Available ONLY with Meilisearch v1.2 and newer (optional).
7574
#
7675
# Returns the documents results object.

0 commit comments

Comments
 (0)