Skip to content

Commit 395cb73

Browse files
committed
Update comment
1 parent 10c34ac commit 395cb73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/index.js

100644100755
File mode changed.

src/utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ function createId(coll) {
2929
}
3030

3131

32-
// Returns document that are have unsatisfied relations
33-
// Example: comment that references a post that doesn't exist
32+
// Returns document ids that have unsatisfied relations
33+
// Example: a comment that references a post that doesn't exist
3434
function getRemovable(db) {
3535
var removable = []
3636

0 commit comments

Comments
 (0)