Skip to content

[Validator] added BIC validator #5623

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 9 commits into from
Prev Previous commit
Next Next commit
[Validator] fixed typo in description. refs #5623
  • Loading branch information
mvhirsch committed Aug 12, 2015
commit 8b04d1b92530c81e5e3f9a790d206047f3de1e2c
2 changes: 1 addition & 1 deletion reference/constraints/Bic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bic

This constraint is used to ensure that a value has the proper format of an
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[...] of a [...]

`Business Identifier Code (BIC)`. BIC is an internationally agreed means to
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the closing ``` needs to be followed by an underscore: ``Business Identifier Code (BIC)_

uniquely identify both financial and non-financiel institutions.
uniquely identify both financial and non-financial institutions.

+----------------+-----------------------------------------------------------------------+
| Applies to | :ref:`property or method<validation-property-target>` |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be a space before the opening angle bracket.

Expand Down