Index: lib/matcher.js |
diff --git a/lib/matcher.js b/lib/matcher.js |
index 9ecf20b0363e547b04ecfd9b5bfff3eaf59eeed6..69a8e2543e115a982eefcd9883b728c2589d2845 100644 |
--- a/lib/matcher.js |
+++ b/lib/matcher.js |
@@ -185,7 +185,7 @@ Matcher.prototype = { |
/** |
* Tests whether the URL matches any of the known filters |
* @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 |