Skip to content

Commit 819f9d1

Browse files
committed
close.go: Fix comment fmt
1 parent 8a54c1b commit 819f9d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

close.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ func CloseStatus(err error) StatusCode {
9393
// The connection can only be closed once. Additional calls to Close
9494
// are no-ops.
9595
//
96-
// The maximum length of reason must be 125 bytes. Avoid
97-
// sending a dynamic reason.
96+
// The maximum length of reason must be 125 bytes. Avoid sending a dynamic reason.
9897
//
9998
// Close will unblock all goroutines interacting with the connection once
10099
// complete.

0 commit comments

Comments
 (0)