From c19bf55e3bf50622668a057144ce450a14d44889 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Thu, 2 Feb 2017 15:17:38 +0100 Subject: [PATCH] Typos in Doku --- SL/DB/Helper/IBANValidation.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SL/DB/Helper/IBANValidation.pm b/SL/DB/Helper/IBANValidation.pm index 651b2e608..1336c835d 100644 --- a/SL/DB/Helper/IBANValidation.pm +++ b/SL/DB/Helper/IBANValidation.pm @@ -82,12 +82,12 @@ SL::DB::Helper::IBANValidation - Mixin for validating IBAN attributes return @errors; } -This mixin provides a function C that returns an list +This mixin provides a function C that returns a list of error messages, one for each attribute that fails the IBAN validation. If all attributes are valid or empty then an empty list is returned. -The names of attributes to check can be given as a import list to the +The names of attributes to check can be given as an import list to the mixin package. If no attributes are given the single attribute C is used. -- 2.20.1