Skip to content

Commit 0a06ba0

Browse files
committed
Merge branch '5.1'
* 5.1: Fix example for ibanPropertyPath option
2 parents 6150a96 + 2f37ac1 commit 0a06ba0

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
@@ -110,7 +110,7 @@ It defines the object property whose value stores the IBAN used to check the BIC
110110

111111
For example, if you want to compare the ``$bic`` property of some object
112112
with regard to the ``$iban`` property of the same object, use
113-
``propertyPath="iban"`` in the comparison constraint of ``$bic``.
113+
``ibanPropertyPath="iban"`` in the comparison constraint of ``$bic``.
114114

115115
message
116116
~~~~~~~

0 commit comments

Comments
 (0)