Add "Decimal" link to related rules

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
This commit is contained in:
Henrique Moody 2020-10-05 12:49:14 +02:00
parent 6c3aed9213
commit 1eb5b9d3c5
No known key found for this signature in database
GPG key ID: 221E9281655813A6
16 changed files with 17 additions and 0 deletions

View file

@ -175,6 +175,7 @@
## Numbers
- [Base](rules/Base.md)
- [Decimal](rules/Decimal.md)
- [Digit](rules/Digit.md)
- [Even](rules/Even.md)
- [Factor](rules/Factor.md)
@ -301,6 +302,7 @@
- [CurrencyCode](rules/CurrencyCode.md)
- [Date](rules/Date.md)
- [DateTime](rules/DateTime.md)
- [Decimal](rules/Decimal.md)
- [Digit](rules/Digit.md)
- [Directory](rules/Directory.md)
- [Domain](rules/Domain.md)

View file

@ -44,6 +44,7 @@ See also:
- [Charset](Charset.md)
- [Consonant](Consonant.md)
- [Control](Control.md)
- [Decimal](Decimal.md)
- [Digit](Digit.md)
- [Lowercase](Lowercase.md)
- [NoWhitespace](NoWhitespace.md)

View file

@ -38,6 +38,7 @@ See also:
- [Alnum](Alnum.md)
- [Charset](Charset.md)
- [Consonant](Consonant.md)
- [Decimal](Decimal.md)
- [Digit](Digit.md)
- [Lowercase](Lowercase.md)
- [NoWhitespace](NoWhitespace.md)

View file

@ -25,5 +25,6 @@ See also:
- [Alnum](Alnum.md)
- [Alpha](Alpha.md)
- [Decimal](Decimal.md)
- [Digit](Digit.md)
- [Vowel](Vowel.md)

View file

@ -48,6 +48,7 @@ Version | Description
***
See also:
- [Decimal](Decimal.md)
- [Digit](Digit.md)
- [Iban](Iban.md)
- [Luhn](Luhn.md)

View file

@ -24,6 +24,7 @@ Version | Description
***
See also:
- [Decimal](Decimal.md)
- [Digit](Digit.md)
- [Finite](Finite.md)
- [Infinite](Infinite.md)

View file

@ -23,6 +23,7 @@ Version | Description
***
See also:
- [Decimal](Decimal.md)
- [Digit](Digit.md)
- [Factor](Factor.md)
- [Infinite](Infinite.md)

View file

@ -22,6 +22,7 @@ Version | Description
***
See also:
- [Decimal](Decimal.md)
- [Digit](Digit.md)
- [Factor](Factor.md)
- [Finite](Finite.md)

View file

@ -27,6 +27,7 @@ See also:
- [BoolType](BoolType.md)
- [BoolVal](BoolVal.md)
- [CallableType](CallableType.md)
- [Decimal](Decimal.md)
- [Digit](Digit.md)
- [Finite](Finite.md)
- [FloatType](FloatType.md)

View file

@ -40,6 +40,7 @@ Version | Description
***
See also:
- [Decimal](Decimal.md)
- [Digit](Digit.md)
- [Finite](Finite.md)
- [FloatType](FloatType.md)

View file

@ -37,4 +37,5 @@ See also:
- [Alnum](Alnum.md)
- [Alpha](Alpha.md)
- [Decimal](Decimal.md)
- [Digit](Digit.md)

View file

@ -27,6 +27,7 @@ Version | Description
***
See also:
- [Decimal](Decimal.md)
- [Digit](Digit.md)
- [Factor](Factor.md)
- [Finite](Finite.md)

View file

@ -27,6 +27,7 @@ See also:
- [Alpha](Alpha.md)
- [Contains](Contains.md)
- [CreditCard](CreditCard.md)
- [Decimal](Decimal.md)
- [Digit](Digit.md)
- [EndsWith](EndsWith.md)
- [PhpLabel](PhpLabel.md)

View file

@ -27,4 +27,5 @@ Version | Description
See also:
- [Base](Base.md)
- [Decimal](Decimal.md)
- [Digit](Digit.md)

View file

@ -27,4 +27,5 @@ See also:
- [Alnum](Alnum.md)
- [Alpha](Alpha.md)
- [Consonant](Consonant.md)
- [Decimal](Decimal.md)
- [Digit](Digit.md)

View file

@ -29,5 +29,6 @@ Version | Description
See also:
- [Alnum](Alnum.md)
- [Decimal](Decimal.md)
- [Digit](Digit.md)
- [HexRgbColor](HexRgbColor.md)