re2js 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@
2
2
  * re2js
3
3
  * RE2JS is the JavaScript port of RE2, a regular expression engine that provides linear time matching
4
4
  *
5
- * @version v1.0.0
5
+ * @version v1.0.1
6
6
  * @author Alexey Vasiliev
7
7
  * @homepage https://github.com/le0pard/re2js#readme
8
8
  * @repository github:le0pard/re2js
@@ -6015,7 +6015,7 @@
6015
6015
  * "cost". Larger numbers are more expensive than smaller numbers.
6016
6016
  * </p>
6017
6017
  *
6018
- * @return the program size of this pattern
6018
+ * @returns {number} the program size of this pattern
6019
6019
  */
6020
6020
  programSize() {
6021
6021
  return this.re2Input.numberOfInstructions();