Skip to content

Commit

Permalink
Sync documentation of main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 9, 2024
1 parent d59e0bd commit 0e5955a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _versions/main/guides/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 0e5955a

Please sign in to comment.