Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit aa3f53a

Browse files
committed
Grammar
1 parent 4de171b commit aa3f53a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FirebaseArray.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
this._destroyFn = destroyFn;
6565

6666
// indexCache is a weak hashmap (a lazy list) of keys to array indices,
67-
// items are not guaranteed to stay up to date in this list (since the list
68-
// can be manually edited without calling the $ methods) and it should
67+
// items are not guaranteed to stay up to date in this list (since the data
68+
// array can be manually edited without calling the $ methods) and it should
6969
// always be used with skepticism regarding whether it is accurate
7070
// (see $indexFor() below for proper usage)
7171
this._indexCache = {};

0 commit comments

Comments
 (0)