Browse Source

clientv3: Fix URL to rpc errors

Iwasaki Yudai 9 years ago
parent
commit
e7e29ba249
1 changed files with 1 additions and 1 deletions
  1. 1 1
      clientv3/doc.go

+ 1 - 1
clientv3/doc.go

@@ -44,7 +44,7 @@
 // etcd client returns 2 types of errors:
 // etcd client returns 2 types of errors:
 //
 //
 //	1. context error: canceled or deadline exceeded.
 //	1. context error: canceled or deadline exceeded.
-//	2. gRPC error: see https://github.com/coreos/etcd/blob/master/etcdserver/api/v3rpc/error.go.
+//	2. gRPC error: see https://github.com/coreos/etcd/blob/master/etcdserver/api/v3rpc/rpctypes/error.go
 //
 //
 // Here is the example code to handle client errors:
 // Here is the example code to handle client errors:
 //
 //