Skip to content

Commit cc07555

Browse files
committed
Minor reword
1 parent 633d48b commit cc07555

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

reference/constraints/Bic.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,26 +106,26 @@ You can use the following parameters in this message:
106106

107107
.. include:: /reference/constraints/_payload-option.rst.inc
108108

109+
iban
110+
~~~~
111+
112+
**type**: ``string`` **default**: ``null``
113+
114+
An IBAN value to validate that the BIC is associated with it.
115+
109116
ibanMessage
110117
~~~~~~~~~~~
111118

112119
**type**: ``string`` **default**: ``This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.``
113120

114121
The default message supplied when the value does not pass the combined BIC/IBAN check.
115122

116-
iban
117-
~~~~
118-
119-
**type**: ``string`` **default**: ``null``
120-
121-
An IBAN to validate the BIC with.
122-
123123
ibanPropertyPath
124124
~~~~~~~~~~~~~~~~
125125

126126
**type**: ``string`` **default**: ``null``
127127

128-
It defines the object property whose value is an IBAN used to check the BIC with.
128+
It defines the object property whose value stores the IBAN used to check the BIC with.
129129

130130
For example, if you want to compare the ``$bic`` property of some object
131131
with regard to the ``$iban`` property of the same object, use

0 commit comments

Comments
 (0)