Browse Source

Fixed my typos

Jose Lorenzo Rodriguez 8 years ago
parent
commit
fafef20f00

+ 1 - 1
src/Collection/Iterator/ExtractIterator.php

@@ -75,7 +75,7 @@ class ExtractIterator extends Collection
     /**
      * {@inheritDoc}
      *
-     * We perform here some stricness analysys so that the
+     * We perform here some strictness analysis so that the
      * iterator logic is bypassed entirely.
      *
      * @return \Iterator

+ 1 - 1
src/Collection/Iterator/FilterIterator.php

@@ -60,7 +60,7 @@ class FilterIterator extends Collection
     /**
      * {@inheritDoc}
      *
-     * We perform here some stricness analysys so that the
+     * We perform here some  strictness analysis so that the
      * iterator logic is bypassed entirely.
      *
      * @return \Iterator

+ 1 - 1
src/Collection/Iterator/ReplaceIterator.php

@@ -73,7 +73,7 @@ class ReplaceIterator extends Collection
     /**
      * {@inheritDoc}
      *
-     * We perform here some stricness analysys so that the
+     * We perform here some  strictness analysis so that the
      * iterator logic is bypassed entirely.
      *
      * @return \Iterator

+ 1 - 1
src/Collection/Iterator/StoppableIterator.php

@@ -84,7 +84,7 @@ class StoppableIterator extends Collection
     /**
      * {@inheritDoc}
      *
-     * We perform here some stricness analysys so that the
+     * We perform here some  strictness analysis so that the
      * iterator logic is bypassed entirely.
      *
      * @return \Iterator