Fix typo in comment (#1694)

pull/1725/head
Alexander Münch 2023-02-12 13:39:16 +01:00 committed by GitHub
parent 48a3cb8995
commit 25640b1798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ export default {
found.push(i)
}
}
return found // return array with mathced indexes
return found // return array with matched indexes
},
renderExternal (vl, vlData) {
this.vlData = vlData