[#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>
remotes/fyrchik/meta-pebble
Leonard Lyubich 2021-06-09 13:42:40 +03:00 committed by Alex Vanin
parent 096acb2a44
commit 75d6702d2e
1 changed files with 0 additions and 1 deletions

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();