Fixed comment of RequestType.GlobalAroundUser

This commit is contained in:
James King 2017-05-12 16:51:10 +01:00 committed by GitHub
parent 27c2b83bea
commit 8fa8da4939

View File

@ -18,7 +18,7 @@ public enum RequestType
Global = LeaderboardDataRequest.Global, Global = LeaderboardDataRequest.Global,
/// <summary> /// <summary>
/// Query only users that are close to you geographically /// Query entries near to this user's rank
/// </summary> /// </summary>
GlobalAroundUser = LeaderboardDataRequest.GlobalAroundUser, GlobalAroundUser = LeaderboardDataRequest.GlobalAroundUser,