diff --git a/javascript/i18n/phonenumbers/phonenumbermatcher.js b/javascript/i18n/phonenumbers/phonenumbermatcher.js index 812788670..a53485746 100644 --- a/javascript/i18n/phonenumbers/phonenumbermatcher.js +++ b/javascript/i18n/phonenumbers/phonenumbermatcher.js @@ -254,7 +254,7 @@ i18n.phonenumbers.PhoneNumberMatcher = function(util, text, country, leniency, m throw new Error('maxTries must be greater than 0'); } - /** The phone number utility. */ + /** The phone number utility. */ this.phoneUtil = util; /** The text searched for phone numbers. */ this.text = text || '';