Skip to content

Commit dcac235

Browse files
committed
minor #13796 Fix typo in example for ibanPropertyPath option (Levure)
This PR was merged into the 4.4 branch. Discussion ---------- Fix typo in example for ibanPropertyPath option Replaced propertyPath by ibanPropertyPath Commits ------- 58626a3 Fix example for ibanPropertyPath option
2 parents 54a3e4f + 58626a3 commit dcac235

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)