Skip to content

Commit 2e511ba

Browse files
Fix gRPC language with dRPC
Co-authored-by: Bryan <bryan@coder.com>
1 parent 4374f88 commit 2e511ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peerbroker/listen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/coder/coder/peerbroker/proto"
1818
)
1919

20-
// Listen consumes the transport as the server-side of the PeerBroker gRPC service.
20+
// Listen consumes the transport as the server-side of the PeerBroker dRPC service.
2121
// The Accept function must be serviced, or new connections will hang.
2222
func Listen(transport drpc.Transport, opts *peer.ConnOpts) (*Listener, error) {
2323
ctx, cancelFunc := context.WithCancel(context.Background())

0 commit comments

Comments
 (0)