diff --git a/src/Discord.Net.Core/Entities/Activities/SpotifyGame.cs b/src/Discord.Net.Core/Entities/Activities/SpotifyGame.cs
index efe9f7904..4eab34fa2 100644
--- a/src/Discord.Net.Core/Entities/Activities/SpotifyGame.cs
+++ b/src/Discord.Net.Core/Entities/Activities/SpotifyGame.cs
@@ -33,7 +33,7 @@ namespace Discord
public string TrackTitle { get; internal set; }
///
- /// Gets the date the track began playing at.
+ /// Gets the date when the track started playing.
///
///
/// A containing the start timestamp of the song.
@@ -41,7 +41,7 @@ namespace Discord
public DateTimeOffset? StartedAt { get; internal set; }
///
- /// Gets the date the track will stop playing at.
+ /// Gets the date when the track ends.
///
///
/// A containing the finish timestamp of the song.