Skip to content

Commit bceaeeb

Browse files
committed
Fix comment
1 parent 53412a2 commit bceaeeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peer/conn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ func (c *Conn) CloseWithError(err error) error {
503503
// closing an already closed connection isn't an issue for us.
504504
_ = c.rtc.Close()
505505

506-
// Waits for all DataChannels' to exit before officially labeling as closed.
506+
// Waits for all DataChannels to exit before officially labeling as closed.
507507
// All logging, goroutines, and async functionality is cleaned up after this.
508508
c.dcClosedWaitGroup.Wait()
509509

0 commit comments

Comments
 (0)