From fce74a94bdffb3c990969e32720bf4a131e4f787 Mon Sep 17 00:00:00 2001 From: Fagner Nunes Carvalho Date: Mon, 8 Mar 2021 21:37:15 -0300 Subject: [PATCH] cleanup: fix typo in Interceptor README (#4249) --- examples/features/interceptor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/features/interceptor/README.md b/examples/features/interceptor/README.md index 8498fbe11..0f1908be5 100644 --- a/examples/features/interceptor/README.md +++ b/examples/features/interceptor/README.md @@ -113,6 +113,6 @@ handler StreamHandler) error`. Refer to client-side stream interceptor section for detailed implementation explanation. -To install the unary interceptor for a Server, configure `NewServer` with +To install the stream interceptor for a Server, configure `NewServer` with `ServerOption` [`StreamInterceptor`](https://godoc.org/google.golang.org/grpc#StreamInterceptor).