We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ebd05c commit 3128af2Copy full SHA for 3128af2
1 file changed
src/TrimIteratorIterator.php
@@ -19,7 +19,7 @@
19
namespace FastForward\Iterator;
20
21
/**
22
- * An iterator that trims each value within a `Traversable`.
+ * An iterator that trims each value within a `iterable`.
23
*
24
* This class extends `ClosureIteratorIterator` and applies `trim()`
25
* to each element, removing leading and trailing characters based on
0 commit comments