From: G. Richardson Date: Thu, 2 Feb 2017 14:17:38 +0000 (+0100) Subject: Typos in Doku X-Git-Tag: release-3.5.4~1532 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c19bf55e3bf50622668a057144ce450a14d44889;p=kivitendo-erp.git Typos in Doku --- 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.