This commit is contained in:
Alexey Milovidov 2024-01-15 00:36:24 +01:00
parent 3e09feda33
commit e4cd02ea39

View File

@ -21,7 +21,7 @@ public:
OpenedFile(const std::string & file_name_, int flags_);
~OpenedFile();
/// Close prematurally.
/// Close prematurely.
void close();
int getFD() const;
@ -40,4 +40,3 @@ private:
};
}