From 69c95ed709ed6c9bb4209a33d9e4e7e795f0d57d Mon Sep 17 00:00:00 2001 From: Yasser Greyeb Date: Sat, 7 Sep 2024 23:46:52 -0500 Subject: [PATCH] Fix doc numeration level of lists extension --- docs/src/main/asciidoc/qute-reference.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/qute-reference.adoc b/docs/src/main/asciidoc/qute-reference.adoc index 64ba4bf0e3a39..21473a81eb924 100644 --- a/docs/src/main/asciidoc/qute-reference.adoc +++ b/docs/src/main/asciidoc/qute-reference.adoc @@ -2228,7 +2228,7 @@ Quarkus provides a set of built-in extension methods. TIP: A map value can be also accessed directly: `{map.myKey}`. Use the bracket notation for keys that are not legal identifiers: `{map['my key']}`. -==== Lists +===== Lists * `get(index)`: Returns the element at the specified position in a list ** `{list.get(0)}`