Skip to content

Commit

Permalink
Documentation in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
rotexdegba committed Dec 1, 2018
1 parent 4e98798 commit 37b6086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ArraysCollection.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Example Usage:
```

A good use-case for this type of collection would be for wrapping records
returned by PDOStatement::fetchAll(), in order to be able to take advantage
returned by **`PDOStatement::fetchAll()`**, in order to be able to take advantage
of whichever ArraysCollection features (like filtering, mapping, reduction,
shuffling, sorting, etc.) you may want to use to manipulate the records.

0 comments on commit 37b6086

Please sign in to comment.