Skip to content

Commit 0935f92

Browse files
authored
Update search.go: fix typo (#574)
1 parent 7db655e commit 0935f92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/search.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ func (l *Conn) Search(searchRequest *SearchRequest) (*SearchResult, error) {
623623

624624
// SearchAsync performs a search request and returns all search results asynchronously.
625625
// This means you get all results until an error happens (or the search successfully finished),
626-
// e.g. for size / time limited requests all are recieved until the limit is reached.
626+
// e.g. for size / time limited requests all are received until the limit is reached.
627627
// To stop the search, call cancel function of the context.
628628
func (l *Conn) SearchAsync(
629629
ctx context.Context, searchRequest *SearchRequest, bufferSize int) Response {

0 commit comments

Comments
 (0)