Skip to content

Commit e0c4d7f

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

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
@@ -126,7 +126,7 @@ defmodule GRPC.Stream do
126126
127127
## Returns
128128
129-
The internal `Flow` struct.
129+
A `Flow` pipeline.
130130
"""
131131
@spec to_flow(t()) :: Flow.t()
132132
def to_flow(%__MODULE__{flow: flow}) when is_nil(flow), do: Flow.from_enumerable([])

0 commit comments

Comments
 (0)