cleanup: fix typo in Interceptor README (#4249)

This commit is contained in:
Fagner Nunes Carvalho 2021-03-08 21:37:15 -03:00 committed by GitHub
parent 19c44c2e0f
commit fce74a94bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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).