Skip to content

Commit e0463dd

Browse files
discordDOTtestdg
authored andcommitted
typo
1 parent 7371930 commit e0463dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RobotLoader/RobotLoader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,8 @@ private function loadCache(): void
488488
$this->classes = $this->missingClasses = $this->emptyFiles = [];
489489
$this->refreshClasses();
490490
$this->saveCache($lock);
491-
// On Windows concurrent creation and deletion of a file can cause a error 'permission denied',
492-
// therefore, we will not delete the lock file. Windows is peace of shit.
491+
// On Windows concurrent creation and deletion of a file can cause a 'permission denied' error,
492+
// therefore, we will not delete the lock file. Windows is a piece of shit.
493493
}
494494

495495

0 commit comments

Comments
 (0)