Skip to content

Commit 18d0656

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

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
@@ -103,7 +103,7 @@ defmodule GRPC.Stream do
103103
104104
- `:join_with` - An optional additional producer stage PID to include in the Flow.
105105
- `:dispatcher` - An optional `GenStage` dispatcher to use in the underlying `Flow`. Defaults to `GenStage.DemandDispatcher`.
106-
- `:propagate_context` - If `true`, the context from the `materializer` is propagated to the Flow.
106+
- `:propagate_context` - If `true`, the context from the `materializer` is propagated to the `Flow`.
107107
- `:materializer` - The `%GRPC.Server.Stream{}` struct representing the current gRPC stream context.
108108
109109
And any other options supported by `Flow`.

0 commit comments

Comments
 (0)