Update index.adoc

It should be `List` here?
This commit is contained in:
Hantsy Bai
2021-10-10 11:57:47 +08:00
committed by Rossen Stoyanchev
parent 23d2450e64
commit eecddb314c

View File

@@ -832,7 +832,7 @@ Batch mapping methods can return:
| A sequence of batch loaded objects that must be in the same order as the source/parent
objects passed into the method.
| `Map<K,V>`, `Flux<V>`
| `Map<K,V>`, `List<V>`
| Imperative variants, e.g. without remote calls to make.
|===