docs(UpdateStatusData): fix a typo (#1276)

This commit is contained in:
Andrew Garvin 2022-11-08 15:20:35 -05:00 committed by GitHub
parent afab84009b
commit f36b5430a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -320,7 +320,7 @@ func (s *Session) heartbeat(wsConn *websocket.Conn, listening <-chan interface{}
}
}
// UpdateStatusData ia provided to UpdateStatusComplex()
// UpdateStatusData is provided to UpdateStatusComplex()
type UpdateStatusData struct {
IdleSince *int `json:"since"`
Activities []*Activity `json:"activities"`