Skip to content

Commit 000b478

Browse files
committed
Fix Typo
1 parent ab22f03 commit 000b478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Game/LootLockerSDKManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ public static void RefreshAppleSession(string refresh_token, Action<LootLockerAp
586586
/// Create a new session for an Epic Online Services (EOS) user
587587
/// The Epic Games platform must be enabled in the web console for this to work.
588588
/// </summary>
589-
/// <param name="id_token">ESO Id Token as a string</param>
589+
/// <param name="id_token">EOS Id Token as a string</param>
590590
/// <param name="onComplete">onComplete Action for handling the response of type LootLockerEpicSessionResponse</param>
591591
public static void StartEpicSession(string id_token, Action<LootLockerEpicSessionResponse> onComplete)
592592
{

0 commit comments

Comments
 (0)