Skip to content

Commit

Permalink
JsDoc fix (#3892)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregable authored Jul 1, 2016
1 parent eb1d507 commit c6bc6e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions validator/validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ class ParsedUrlSpec {
this.spec_ = spec;

/**
* @type {!Object<string, int>}
* @type {!Object<string, number>}
* @private
*/
this.allowedProtocols_ = {};
Expand All @@ -946,7 +946,7 @@ class ParsedUrlSpec {
}

/**
* @type {!Object<string, int>}
* @type {!Object<string, number>}
* @private
*/
this.disallowedDomains_ = {};
Expand Down

0 comments on commit c6bc6e8

Please sign in to comment.