From f36b5430a8f0acf1f4d817685457de215cf4f63c Mon Sep 17 00:00:00 2001 From: Andrew Garvin Date: Tue, 8 Nov 2022 15:20:35 -0500 Subject: [PATCH] docs(UpdateStatusData): fix a typo (#1276) --- wsapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsapi.go b/wsapi.go index 2579ee4..75a0457 100644 --- a/wsapi.go +++ b/wsapi.go @@ -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"`