Skip to content

Commit f4c633f

Browse files
committed
ItemDoesNotExistException: english fix
1 parent 900f714 commit f4c633f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Collection/ItemDoesNotExistException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function __construct($key)
1414
{
1515
parent::__construct(
1616
sprintf(
17-
'Item with key "%s" not exists.',
17+
'Item with key "%s" does not exist.',
1818
$key
1919
)
2020
);

0 commit comments

Comments
 (0)