Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Commit f36b543

Browse files
authored
docs(UpdateStatusData): fix a typo (bwmarrin#1276)
1 parent afab840 commit f36b543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wsapi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ func (s *Session) heartbeat(wsConn *websocket.Conn, listening <-chan interface{}
320320
}
321321
}
322322

323-
// UpdateStatusData ia provided to UpdateStatusComplex()
323+
// UpdateStatusData is provided to UpdateStatusComplex()
324324
type UpdateStatusData struct {
325325
IdleSince *int `json:"since"`
326326
Activities []*Activity `json:"activities"`

0 commit comments

Comments
 (0)