Skip to content

Commit 00cdad0

Browse files
committed
[Filesystem] [Serializer] fixes English grammar typo
1 parent 00e3a6d commit 00cdad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FilesystemTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ public function testSymlink()
801801
$file = $this->workspace.\DIRECTORY_SEPARATOR.'file';
802802
$link = $this->workspace.\DIRECTORY_SEPARATOR.'link';
803803

804-
// $file does not exists right now: creating "broken" links is a wanted feature
804+
// $file does not exist right now: creating "broken" links is a wanted feature
805805
$this->filesystem->symlink($file, $link);
806806

807807
$this->assertTrue(is_link($link));

0 commit comments

Comments
 (0)