Index: lib/filterClasses.js |
diff --git a/lib/filterClasses.js b/lib/filterClasses.js |
index 5df0b271260dd5ae4b184fe590004aa746d4d535..e19219274bba06596fa320f4a04260dcdf075513 100644 |
--- a/lib/filterClasses.js |
+++ b/lib/filterClasses.js |
@@ -647,7 +647,7 @@ RegExpFilter.prototype = |
/** |
* Tests whether the URL matches this filter |
* @param {String} location URL to be tested |
- * @param {String} typeMask bitmask of content / request types to match |
+ * @param {number} typeMask bitmask of content / request types to match |
* @param {String} docDomain domain name of the document that loads the URL |
* @param {Boolean} thirdParty should be true if the URL is a third-party request |
* @param {String} sitekey public key provided by the document |