Skip to content

Commit f1f11c5

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

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
@@ -134,7 +134,7 @@ defmodule GRPC.Stream do
134134
def to_flow(%__MODULE__{flow: flow}), do: flow
135135

136136
@doc """
137-
Executes the flow for unary/single streams and emits responses into the provided gRPC server stream.
137+
Executes the underlying `Flow` for unary streams and emits responses into the provided gRPC server stream.
138138
139139
## Parameters
140140

0 commit comments

Comments
 (0)