Skip to content

Commit 3c9b0a7

Browse files
authored
DATAES-814 - Fix documentation.
Original PR: spring-projects#448
1 parent 4deea9d commit 3c9b0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/reference/elasticsearch-repository-queries.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Repository methods can be defined to have the following return types for returni
273273
* `List<T>`
274274
* `Stream<T>`
275275
* `SearchHits<T>`
276-
* `List<SearchHits<T>>`
276+
* `List<SearchHit<T>>`
277277
* `Stream<SearchHit<T>>`
278278
* `SearchPage<T>`
279279

0 commit comments

Comments
 (0)