diff options
Diffstat (limited to 'op_crates/web/00_infra.js')
-rw-r--r-- | op_crates/web/00_infra.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op_crates/web/00_infra.js b/op_crates/web/00_infra.js index bc87c8217..05f68268f 100644 --- a/op_crates/web/00_infra.js +++ b/op_crates/web/00_infra.js @@ -67,7 +67,7 @@ /** * Turn a string of chars into a regex safe matcher. - * @param {string[]} chars + * @param {string[]} chars * @returns {string} */ function regexMatcher(chars) { |