examples: fix typo in url (#6978)

This commit is contained in:
heesu_choi 2024-02-17 06:08:38 +09:00 committed by GitHub
parent 40d6adb0cc
commit c63d9258db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -55,4 +55,4 @@ The context returned from
this context.
NOTE: The [stats](https://pkg.go.dev/google.golang.org/grpc/stats) package should only be used for network monitoring purposes,
and not as an alternative to [interceptors](https://github.com/grpc/grpc-go/blob/master/examples/features/metadata).
and not as an alternative to [interceptors](https://github.com/grpc/grpc-go/blob/master/examples/features/interceptor).