Skip to content

Commit

Permalink
docs: fix typo in carbo package doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroara committed Aug 17, 2023
1 parent d063eee commit bf04b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Althouogh it is possible to define a task directly with task.FromFn, it is recom
A data pipeline is built with three sub-types of task.Task: source, pipe and sink.
The basic form of a data pipeline should look like: sink -> pipe -> ... -> pipe -> sink
The basic form of a data pipeline should look like: source -> pipe -> ... -> pipe -> sink
# Source
Expand Down

0 comments on commit bf04b94

Please sign in to comment.