mirror of
https://github.com/danog/endtoend-test-psl.git
synced 2025-01-22 05:11:47 +01:00
[Arr] fix typo
This commit is contained in:
parent
6f1d2aae9d
commit
3428a6433b
@ -5,7 +5,7 @@ declare(strict_types=1);
|
||||
namespace Psl\Arr;
|
||||
|
||||
/**
|
||||
* Drops items from an iterable until the predicate fails for the first time.
|
||||
* Drops items from an array until the predicate fails for the first time.
|
||||
*
|
||||
* This means that all elements after (and including) the first element on
|
||||
* which the predicate fails will be included.
|
||||
|
Loading…
x
Reference in New Issue
Block a user