Skip to content

Commit 54b1c7c

Browse files
committed
Adjusting doc
1 parent fa6f875 commit 54b1c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/class/SimpleDB.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ DETACH ${name};`,
657657
}
658658

659659
/**
660-
* Frees up memory by closing down the database and cleans up cache so it doesn't grow in size indefinitely.
660+
* Frees up memory by closing down the database and cleans up cache so it doesn't grow in size indefinitely. Also compacts the database if it is not in memory.
661661
*
662662
* @example
663663
* Basic usage

0 commit comments

Comments
 (0)