Skip to content

Commit

Permalink
[Filesystem] [Serializer] fixes English grammar typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hhamon committed Nov 25, 2019
1 parent 00e3a6d commit 00cdad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/FilesystemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ public function testSymlink()
$file = $this->workspace.\DIRECTORY_SEPARATOR.'file';
$link = $this->workspace.\DIRECTORY_SEPARATOR.'link';

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

$this->assertTrue(is_link($link));
Expand Down

0 comments on commit 00cdad0

Please sign in to comment.