Skip to content

Commit

Permalink
lint again again again
Browse files Browse the repository at this point in the history
  • Loading branch information
bashar-515 committed Feb 4, 2025
1 parent 321abff commit e55a28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/dial_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ func WithForceDirectGRPC() DialOption {
})
}

// WithExternalSignalingConn provides a preexisting connection to use. This option forces the webrtcSignalingAnswerer to not dial or manage
// WithSignalingConn provides a preexisting connection to use. This option forces the webrtcSignalingAnswerer to not dial or manage
// a connection.
func WithSignalingConn(signalingConn ClientConn) DialOption {
return newFuncDialOption(func(o *dialOptions) {
Expand Down

0 comments on commit e55a28f

Please sign in to comment.