Skip to content

Commit 2a76e93

Browse files
author
Adriano Santos
committed
Merge remote-tracking branch 'upstream/master'
2 parents 9fe3c55 + 65e9b29 commit 2a76e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def say_bid_stream_hello(request, materializer) do
133133
|> GRPC.Stream.run_with(materializer)
134134
end
135135
```
136-
__💡__ The Stream API supports composable stream transformations via `ask`, `map`, `run` and others functions, enabling clean and declarative stream pipelines. For a complete list of available operators see [here](lib/grpc/stream/operators.ex).
136+
__💡__ The Stream API supports composable stream transformations via `ask`, `map`, `run` and others functions, enabling clean and declarative stream pipelines. For a complete list of available operators see [here](lib/grpc/stream.ex).
137137

138138
## Application Startup
139139

0 commit comments

Comments
 (0)