[#412] ir/locode: Fix docs of the VerifyAndUpdate method

`Validator.VerifyAndUpdate` method does not add location code attribute.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-06-09 13:42:40 +03:00 committed by Alex Vanin
parent 096acb2a44
commit 75d6702d2e

View file

@ -21,7 +21,6 @@ var errMissingRequiredAttr = errors.New("missing required attribute in DB record
// If DB entry R was found w/o errors, then new attributes are:
// * CountryCode: R.CountryCode().String();
// * Country: R.CountryName();
// * LocationCode: R.LocationCode().String();
// * Location: Record.LocationName();
// * SubDivCode: R.SubDivCode();
// * SubDiv: R.SubDivName();