Skip to content

Commit 1425807

Browse files
Apply suggestion from @renejeglinsky
1 parent d782708 commit 1425807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/working-with-cql/query-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ Select.from(PRODUCTS).columns(p -> p.ID(), p.details());
580580

581581
selects the product's ID along with the details, which are returned as a `CdsData` map.
582582

583-
##### Selecting Sub-Elements of Map Data </beta>
583+
##### Selecting Sub-Elements of Map Data <Beta />
584584

585585
You can also select sub-elements of a `cds.Map` via path expressions:
586586

0 commit comments

Comments
 (0)