Преглед изворни кода

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.