Skip to content

Commit eb7f1d9

Browse files
committed
Describe attribute consistently
1 parent a819512 commit eb7f1d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ contains ( attribute, string_expression )
2323

2424
### attribute
2525

26-
`attribute` specifies the attribute to test in. Attribute must be of the **String** type.
26+
`attribute` specifies the attribute to test. It must be of the **String** type.
2727

2828
### expression
2929

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ starts-with ( attribute, string_expression )
2323

2424
### attribute
2525

26-
`attribute` specifies the attribute to test in. Attribute must be of the **String** type.
26+
`attribute` specifies the attribute to test. It must be of the **String** type.
2727

2828
### expression
2929

0 commit comments

Comments
 (0)