Skip to content

Commit

Permalink
Fix doc numeration level of lists extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ygreyeb committed Sep 8, 2024
1 parent 646c96b commit 69c95ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/qute-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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)}`
Expand Down

0 comments on commit 69c95ed

Please sign in to comment.