Skip to content

Commit 3128af2

Browse files
committed
Fix PHPDoc
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 5ebd05c commit 3128af2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TrimIteratorIterator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
namespace FastForward\Iterator;
2020

2121
/**
22-
* An iterator that trims each value within a `Traversable`.
22+
* An iterator that trims each value within a `iterable`.
2323
*
2424
* This class extends `ClosureIteratorIterator` and applies `trim()`
2525
* to each element, removing leading and trailing characters based on

0 commit comments

Comments
 (0)