diff --git a/docs/src/main/asciidoc/qute-reference.adoc b/docs/src/main/asciidoc/qute-reference.adoc index 46229b19c993e..3c2db01f3403a 100644 --- a/docs/src/main/asciidoc/qute-reference.adoc +++ b/docs/src/main/asciidoc/qute-reference.adoc @@ -665,7 +665,7 @@ And must be used in a form of `{item_hasNext}` inside a `{#for}` section with th {#for item in items} {item_count}. {item.name} <1> {#if item_hasNext}
{/if} <2> -{/each} +{/for} ---- <1> `item_count` represents one-based index. <2> `
` is only rendered if the iteration has more elements.