Skip to content

Commit c654510

Browse files
committed
typo
1 parent c6e0a8f commit c654510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/release-notes/release-highlights.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This is an example of constant backoff, meaning the single failed operation will
8282

8383
====== Default class for methods requiring TDocument
8484

85-
Some requests in the client require a second parameter to define the result class, for example `search`, meaning the compiler will complain while the query is being written, which can be annoying. We added overload methods that use Void.class as default type, so that the correct type can be eventually added later into writing the query.
85+
Some requests in the client require a second parameter to define the result class, for example `search`, meaning the compiler will complain while the query is being written, which can be annoying. We added overload methods that use `Void.class` as default type, so that the correct type can be eventually added later into writing the query.
8686

8787
Example with `search`:
8888

@@ -138,7 +138,7 @@ esClient.search(s -> s
138138
);
139139
----
140140

141-
Example with `aggregations`, where the `aggregations` field can now accept `AverageAggregation` (or any other variant) drectly:
141+
Example with `aggregations`, where the `aggregations` field can now accept `AverageAggregation` (or any other variant) directly:
142142

143143
- Old:
144144

0 commit comments

Comments
 (0)