Skip to content

Commit 18e9d76

Browse files
sleipnirpolvalente
andauthored
Update lib/grpc/stream.ex
Co-authored-by: Paulo Valente <[email protected]>
1 parent aba380e commit 18e9d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/grpc/stream.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ defmodule GRPC.Stream do
6969
7070
- `:join_with` — An optional external `GenStage` producer to merge with the gRPC input.
7171
- `:dispatcher` — Specifies the `Flow` dispatcher (defaults to `GenStage.DemandDispatcher`).
72-
- `:propagate_context` - If `true`, the context from the `materializer` is propagated to the Flow.
72+
- `:propagate_context` - If `true`, the context from the `materializer` is propagated to the `Flow`.
7373
- `:materializer` - The `%GRPC.Server.Stream{}` struct representing the current gRPC stream context.
7474
7575
And any other options supported by `Flow`.

0 commit comments

Comments
 (0)