Skip to content

Commit 58626a3

Browse files
authored
Fix example for ibanPropertyPath option
Replaced propertyPath by ibanPropertyPath
1 parent 54a3e4f commit 58626a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Bic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ It defines the object property whose value stores the IBAN used to check the BIC
122122

123123
For example, if you want to compare the ``$bic`` property of some object
124124
with regard to the ``$iban`` property of the same object, use
125-
``propertyPath="iban"`` in the comparison constraint of ``$bic``.
125+
``ibanPropertyPath="iban"`` in the comparison constraint of ``$bic``.
126126

127127
message
128128
~~~~~~~

0 commit comments

Comments
 (0)