소스 검색

Fix comment on UpdateGameStatus

Carson Hoffman 3 년 전
부모
커밋
9548146f69
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      wsapi.go

+ 1 - 1
wsapi.go

@@ -353,7 +353,7 @@ func newUpdateStatusData(idle int, activityType ActivityType, name, url string)
 	return usd
 }
 
-// UpdateStatus is used to update the user's status.
+// UpdateGameStatus is used to update the user's status.
 // If idle>0 then set status to idle.
 // If name!="" then set game.
 // if otherwise, set status to active, and no activity.