Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit bf0a22b

Browse files
inancgumusIvan Mirić
andauthored
Fix typo in ws cdp handler
Co-authored-by: Ivan Mirić <ivan.miric@grafana.com>
1 parent 1908389 commit bf0a22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ws/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func WithEchoHandler(path string) func(*Server) {
162162
}
163163
}
164164

165-
// WithCDPHandler attaches a a custom CDP handler function to Server.
165+
// WithCDPHandler attaches a custom CDP handler function to Server.
166166
func WithCDPHandler(
167167
path string,
168168
fn func(conn *websocket.Conn, msg *cdproto.Message, writeCh chan cdproto.Message, done chan struct{}),

0 commit comments

Comments
 (0)