diff options
Diffstat (limited to 'misc/p5-Business-CreditCard/DESCR')
-rw-r--r-- | misc/p5-Business-CreditCard/DESCR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/p5-Business-CreditCard/DESCR b/misc/p5-Business-CreditCard/DESCR index dca81005c11..c7b77051ceb 100644 --- a/misc/p5-Business-CreditCard/DESCR +++ b/misc/p5-Business-CreditCard/DESCR @@ -14,7 +14,7 @@ of the card given the preceding digits. With a 16-digit card, you provide the first 15 digits; the subroutine returns the sixteenth. This module does not tell you whether the number is on an actual card, -only whether it might conceivably be on a real card. +only whether it might conceivably be on a real card. These subroutines will also work if you provide the arguments as numbers instead of strings, e.g. validate(5276440065421319). |