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

Commit 139476b

Browse files
committed
Fix comment
1 parent e33aa40 commit 139476b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wsnet/dial_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func ExampleDial_basic() {
2323
// You could do something...
2424
}
2525
if errors.Is(err, ErrMismatchedProtocol) {
26-
// Likely they used TURN when they should have used TURN.
26+
// Likely they used TURNS when they should have used TURN.
2727
// Or they could have used TURN instead of TURNS.
2828
}
2929
}

0 commit comments

Comments
 (0)