Skip to content

Commit 06d827e

Browse files
remimdCopilot
andauthored
Update documentation/pipeline.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1ce218f commit 06d827e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async def pipeline_example(command_bus: AnyCommandBus) -> None:
3030

3131
## ContextPipeline
3232

33-
`Pipe` has a big problem: it isn't possible to have values that go through the steps. Each converter in a `Pipe`
33+
A limitation of `Pipe` is that it isn't possible to have values that go through the steps. Each converter in a `Pipe`
3434
receives only the output of the previous one, but the intermediate state, any contextual information, is lost between
3535
steps.
3636

0 commit comments

Comments
 (0)