Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Nov 27, 2023
1 parent aea33cb commit a949cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions listeners/wrapconn.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ type WrapConnEmbeddable interface {
ControlMessage(msgType string, data interface{})
}

// WrapConn is an interface that describes a connection that an be wrapped and
// wrap other connections. It responds to connection changes with OnState, and
// WrapConn is an interface that describes a connection that can be wrapped and
// wrap other connections. It responds to connection changes with OnState, and
// allows control messages with ControlMessage (for things like modify the
// connection at the wrapper level).
// It is important that these functions, when defined, pass the arguments
Expand Down

0 comments on commit a949cac

Please sign in to comment.