| Index: lib/filterClasses.js | 
| =================================================================== | 
| --- a/lib/filterClasses.js | 
| +++ b/lib/filterClasses.js | 
| @@ -44,13 +44,13 @@ | 
|  | 
| /** | 
| * Filter subscriptions the filter belongs to | 
| -   * @type Array of Subscription | 
| +   * @type Subscription[] | 
| */ | 
| subscriptions: null, | 
|  | 
| /** | 
| * Serializes the filter to an array of strings for writing out on the disk. | 
| -   * @param {Array of String} buffer  buffer to push the serialization results into | 
| +   * @param {string[]} buffer  buffer to push the serialization results into | 
| */ | 
| serialize: function(buffer) | 
| { | 
| @@ -388,7 +388,7 @@ | 
|  | 
| /** | 
| * Array containing public keys of websites that this filter should apply to | 
| -   * @type Array of String | 
| +   * @type string[] | 
| */ | 
| sitekeys: null, | 
|  | 
| @@ -585,7 +585,7 @@ | 
|  | 
| /** | 
| * Array containing public keys of websites that this filter should apply to | 
| -   * @type Array of String | 
| +   * @type string[] | 
| */ | 
| get sitekeys() | 
| { | 
|  |