From 175dbf33f33999d6ba7d19d3aa4b214d0da2ca5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Thu, 22 Aug 2024 17:10:46 +0200 Subject: [PATCH] Update docs/src/main/asciidoc/config-mappings.adoc Co-authored-by: George Gastaldi --- docs/src/main/asciidoc/config-mappings.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/config-mappings.adoc b/docs/src/main/asciidoc/config-mappings.adoc index b8634d271178f2..fda53c12d5aa2d 100644 --- a/docs/src/main/asciidoc/config-mappings.adoc +++ b/docs/src/main/asciidoc/config-mappings.adoc @@ -388,7 +388,7 @@ The `List` or `Set` mappings can use xref:config-reference.adoc#indexed-properti configuration values in mapping groups. For collection with simple element types like `String`, their configuration value is a comma separated string. -NOTE: Note that only the `List` mapping is able to maintain element order. Hence, with `Set` mappings the element order is not maintained from the configuration files but is random. +NOTE: Only the `List` mapping can maintain element order. Hence, with `Set` mappings the element order is not maintained from the configuration files but is random. ==== Maps ====