Minor fix in reference docs for BatchMapping methods

Closes gh-360
This commit is contained in:
rstoyanchev
2022-04-28 20:36:20 +01:00
parent a3977ba082
commit d781ec1fe8

View File

@@ -1569,7 +1569,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>`, `List<V>`
| `Map<K,V>`, `Collection<V>`
| Imperative variants, e.g. without remote calls to make.
|===