Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
discordDOTtest authored and dg committed Aug 24, 2021
1 parent 7371930 commit e0463dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RobotLoader/RobotLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,8 @@ private function loadCache(): void
$this->classes = $this->missingClasses = $this->emptyFiles = [];
$this->refreshClasses();
$this->saveCache($lock);
// On Windows concurrent creation and deletion of a file can cause a error 'permission denied',
// therefore, we will not delete the lock file. Windows is peace of shit.
// 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.
}


Expand Down

0 comments on commit e0463dd

Please sign in to comment.