Skip to content

Commit

Permalink
Merge pull request #43118 from ygreyeb/patch-1
Browse files Browse the repository at this point in the history
Fix doc numeration level of lists extension methods
  • Loading branch information
geoand committed Sep 8, 2024
2 parents 2efc1c8 + 69c95ed commit 47db797
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 47db797

Please sign in to comment.