Skip to content

Commit a21ee3e

Browse files
committed
Correct example for path to attribute.
1 parent c2d76bb commit a21ee3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/en/docs/refguide/modeling/xpath/xpath-constraints/xpath-constraint-functions

content/en/docs/refguide/modeling/xpath/xpath-constraints/xpath-constraint-functions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ The following pages describe the functions that can be executed within constrain
2525
* [ends-with](/refguide/xpath-ends-with/)
2626

2727
{{% alert color="info" %}}
28-
In all these functions, the attribute in the example is just the name of the attribute, for example `Name`. This is for clarity. However, the attribute can also contain the path to the attribute, for example `Sales.Order_Customer/Name`.
28+
In all these functions, the attribute in the example is just the name of the attribute, for example `Name`. This is for clarity. However, the attribute can also contain the path to the attribute, for example `Sales.Order_Customer/Sales.Customer/Name`.
2929
{{% /alert %}}

0 commit comments

Comments
 (0)