Skip to content

Commit

Permalink
[DOCS] Fixes small issue in API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Oct 6, 2022
1 parent 55532cf commit d90693a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ client = Elasticsearch::Client.new
@status=200>>
> response['result']
=> "created"
=> "updated"
client.search(index: 'myindex', body: { query: { match: { title: 'test' } } })
# => => #<Elasticsearch::API::Response:0x00007fc95674a550
Expand Down

0 comments on commit d90693a

Please sign in to comment.