We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f747ed commit 3317db1Copy full SHA for 3317db1
docs/src/streaming.md
@@ -17,7 +17,7 @@ out.
17
18
Thankfully, if you have a problem which is best modeled as a streaming system
19
of tasks, Dagger has you covered! Building on its support for
20
-["Task Queues"](@ref), Dagger provides a means to convert an entire DAG of
+[Task Queues](@ref), Dagger provides a means to convert an entire DAG of
21
tasks into a streaming DAG, where data flows into and out of each task
22
asynchronously, using the `spawn_streaming` function:
23
0 commit comments