Fix comment with typo

This commit is contained in:
sebpacz 2021-03-23 21:55:00 +01:00
parent cdc1087943
commit 96a05daf7e

View File

@ -1752,7 +1752,7 @@ class FilesystemTest extends FilesystemTestCase
}
/**
* Normalize the given path (transform each blackslash into a real directory separator).
* Normalize the given path (transform each forward slash into a real directory separator).
*/
private function normalize(string $path): string
{