Skip to content

Commit

Permalink
Use soften words in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosardina authored and dg committed Dec 14, 2022
1 parent 0d6bb85 commit 37c6e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RobotLoader/RobotLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ private function loadCache(): void
$this->refreshClasses();
$this->saveCache($lock);
// On Windows concurrent creation and deletion of a file can cause a 'permission denied' error,
// therefore, we will not delete the lock file. Windows is a piece of shit.
// therefore, we will not delete the lock file. Windows is really annoying.
}


Expand Down

0 comments on commit 37c6e31

Please sign in to comment.