Skip to content

Commit

Permalink
Better words
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Aug 22, 2024
1 parent b1ded7b commit e15ba3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/griptape-framework/engines/extraction-engines.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ As of now, Griptape supports two types of Extraction Engines: the CSV Extraction

## CSV

The CSV Extraction Engine extracts tabular content from unstructured data.
The CSV Extraction Engine extracts tabular content from unstructured text.

```python
--8<-- "docs/griptape-framework/engines/src/extraction_engines_1.py"
Expand All @@ -24,7 +24,7 @@ Charlie,40,Texas

## JSON

The JSON Extraction Engine extracts JSON-formatted content from unstructed data.
The JSON Extraction Engine extracts JSON-formatted content from unstructed text.


```python
Expand Down

0 comments on commit e15ba3f

Please sign in to comment.