Skip to content

Commit

Permalink
Fixed misleading comments in the interceptor file (#424)
Browse files Browse the repository at this point in the history
* added dependabot

* Update client.go

* Update server.go

* Delete dependabot.yml
  • Loading branch information
iamrajiv authored May 27, 2021
1 parent b81999a commit f6fb287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interceptors/client.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2016 Michal Witkowski. All Rights Reserved.
// See LICENSE for licensing terms.

// gRPC Prometheus monitoring interceptors for client-side gRPC.
// Go gRPC Middleware monitoring interceptors for client-side gRPC.

package interceptors

Expand Down
2 changes: 1 addition & 1 deletion interceptors/server.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2016 Michal Witkowski. All Rights Reserved.
// See LICENSE for licensing terms.

// gRPC Prometheus monitoring interceptors for server-side gRPC.
// Go gRPC Middleware monitoring interceptors for server-side gRPC.

package interceptors

Expand Down

0 comments on commit f6fb287

Please sign in to comment.