Skip to content

Commit

Permalink
fixed CarsExtractor naming
Browse files Browse the repository at this point in the history
  • Loading branch information
fabalex7 committed Dec 7, 2023
1 parent f01b2ad commit 937b40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/docs/user/composite-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ If the CSVExtractor is available in the scope of the `CarsPipeline` from before
```jayvee
pipeline CarsPipeline {
// HttpExtractor, TextFileInterpreter and CSVInterpreter have been replaced by CSVExtractor
CSVExtractor
CarsExtractor
-> CarsTableInterpreter
-> CarsLoader;
Expand Down

0 comments on commit 937b40f

Please sign in to comment.