Minor comment fixes.

This commit is contained in:
Paul Dee 2023-11-23 20:01:16 +01:00
parent a0b3897278
commit 71bbfd0d78
3 changed files with 7 additions and 7 deletions

View file

@ -61,7 +61,7 @@ type link struct {
// The remaining fields can only be modified safely from within the links actor // The remaining fields can only be modified safely from within the links actor
_conn *linkConn // Connected link, if any, nil if not connected _conn *linkConn // Connected link, if any, nil if not connected
_err error // Last error on the connection, if any _err error // Last error on the connection, if any
_errtime time.Time // Last time an error occured _errtime time.Time // Last time an error occurred
} }
type linkOptions struct { type linkOptions struct {