Skip to content

Commit 04a1735

Browse files
authored
indexeddb/rewrite: fix comment typo (#8809)
1 parent 70bd2af commit 04a1735

File tree

1 file changed

+1
-1
lines changed
  • packages/node_modules/pouchdb-adapter-indexeddb/src

1 file changed

+1
-1
lines changed

packages/node_modules/pouchdb-adapter-indexeddb/src/rewrite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var IDB_NULL = Number.MIN_SAFE_INTEGER;
44
var IDB_FALSE = Number.MIN_SAFE_INTEGER + 1;
55
var IDB_TRUE = Number.MIN_SAFE_INTEGER + 2;
66

7-
// These are the same as bellow but without the global flag
7+
// These are the same as below but without the global flag
88
// we want to use RegExp.test because it's really fast, but the global flag
99
// makes the regex const stateful (seriously) as it walked through all instances
1010
var TEST_KEY_INVALID = /^[^a-zA-Z_$]|[^a-zA-Z0-9_$]+/;

0 commit comments

Comments
 (0)