Skip to content

Commit

Permalink
Change description
Browse files Browse the repository at this point in the history
  • Loading branch information
leomarquine committed Sep 13, 2018
1 parent eee8c52 commit 1c0318a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Extractors/Collection.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Collection Extractor

The collection extractor can be used to get data from any iterable item. It accepts arrays or traversables objects. The collection items must be associative arrays.
Extracts data from any iterable item. It accepts arrays or traversables objects. The collection items must be associative arrays.

> **Tip:** Using generators will decrease memory usage.
Expand Down
2 changes: 1 addition & 1 deletion docs/Extractors/Csv.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CSV Extractor

The csv extractor can be used to get data from comma separated files with or without a header row.
Extracts data from comma separated files with or without a header row.

## Options

Expand Down
2 changes: 1 addition & 1 deletion docs/Extractors/FixedWidth.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fixed Width Extractor

The fixed width extractor can be used to get data from a text file with fields delimited by a fixed number of characters.
Extracts data from a text file with fields delimited by a fixed number of characters.

## Options

Expand Down

0 comments on commit 1c0318a

Please sign in to comment.