Skip to content

Commit 17b7ece

Browse files
map projection
1 parent c61cecb commit 17b7ece

File tree

2 files changed

+270
-93
lines changed

2 files changed

+270
-93
lines changed

modules/ROOT/pages/expressions/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ For details and examples of specific expressions, see the following sections:
1515
* xref:expressions/string-operators.adoc[]: `+`, `||`
1616
* xref:expressions/temporal-operators.adoc[]: `+`, `-`, `*`, `/`
1717
* xref:expressions/list-expressions.adoc[]: information about list concatenation operators (`||`, `+`), list element access, list slicing, and list as well as pattern comprehensions.
18-
* xref:expressions/map-expressions.adoc[]
18+
* xref:expressions/map-expressions.adoc[]: information about map operators (`.`, `[]`) and map projection.
1919
* xref:expressions/conditional-expressions.adoc[]
2020

0 commit comments

Comments
 (0)