amnesia.js : correct typo

This commit is contained in:
ansuz
2015-10-25 20:02:10 -04:00
parent 2e9f32cd10
commit 7c2d9e061f

View File

@@ -1,7 +1,7 @@
console.log("Loading amnesiadb. This is a horrible idea in production, as data *will not* persist\n"); console.log("Loading amnesiadb. This is a horrible idea in production, as data *will not* persist\n");
/* /*
As the comment says, this module does nothing to make your data persist As the log statement says, this module does nothing to persist your data
across sessions. If your process crashes for any reason, all pads will die. across sessions. If your process crashes for any reason, all pads will die.
This might be useful if you want to debug other parts of the codebase, if This might be useful if you want to debug other parts of the codebase, if