Address CR Comments (#150)

Correct a single grammatical error
This commit is contained in:
PixelyIon 2021-03-23 01:57:24 +05:30
parent 662470c415
commit 036416fde7
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ namespace skyline {
class Logger {
private:
std::ofstream logFile; //!< An output stream to the log file
std::mutex mutex; //!< Synchronizes all output I/O to ensure there's no races
std::mutex mutex; //!< Synchronizes all output I/O to ensure there are no races
public:
enum class LogLevel {