cellSaveData: fix minor issues

This commit is contained in:
Nekotekina 2021-02-23 12:08:22 +03:00
parent b83cb2dbf5
commit 014846cf31
2 changed files with 8 additions and 2 deletions

View file

@ -607,7 +607,7 @@ namespace fs
{
fs::file file;
// This is meant to modify files atomically, overwriting is likely
// This is meant to modify files atomically, overwriting is likely
bool commit(bool overwrite = true);
pending_file(const std::string& path);