diff --git a/osu.Game/Screens/Play/Player.cs b/osu.Game/Screens/Play/Player.cs
index 8d7665a0d9..6ab7d81f83 100644
--- a/osu.Game/Screens/Play/Player.cs
+++ b/osu.Game/Screens/Play/Player.cs
@@ -594,7 +594,7 @@ namespace osu.Game.Screens.Play
/// This method will show the pause or fail dialog before performing an exit.
/// If a dialog is not yet displayed, the exit will be blocked and the relevant dialog will display instead.
///
- ///
+ /// Whether this call resulted in a final exit.
protected bool PerformExitWithConfirmation()
{
bool pauseOrFailDialogVisible =