Index: lib/common.js |
diff --git a/lib/common.js b/lib/common.js |
index ec9d14afb75e22ed2d573ebd30d5944e23ec5e5b..83b4a1f8fe8ae4f2a933bd75f3c9b830c06c046f 100644 |
--- a/lib/common.js |
+++ b/lib/common.js |
@@ -20,8 +20,8 @@ |
/** |
* Converts filter text into regular expression string |
- * @param {String} text as in Filter() |
- * @return {String} regular expression representation of filter text |
+ * @param {string} text as in Filter() |
+ * @return {string} regular expression representation of filter text |
*/ |
function filterToRegExp(text) |
{ |