Skip to content

Commit 43e9f02

Browse files
committed
corrected English grammar (s/does not exists/does not exist)
1 parent d83f340 commit 43e9f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Profiler/ProfilerStorageInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function find($ip, $url, $limit, $method, $start = null, $end = null);
3535
/**
3636
* Reads data associated with the given token.
3737
*
38-
* The method returns false if the token does not exists in the storage.
38+
* The method returns false if the token does not exist in the storage.
3939
*
4040
* @param string $token A token
4141
*

0 commit comments

Comments
 (0)