chore: fix typo

This commit is contained in:
LuanRT
2022-06-22 19:11:16 -03:00
parent 00c2db791f
commit c24e6256c5

View File

@@ -136,7 +136,7 @@ class Signature {
let func;
let functions = [];
while ((func = Constants.SIG_REGEX.FUNCTIONS.exec(sc)) !== null) {
while ((func = SIG_REGEX.FUNCTIONS.exec(sc)) !== null) {
if (func[0].includes('reverse')) {
functions[0] = func[1];
} else if (func[0].includes('splice')) {