diff --git a/SpotifyAPI.Web/SpotifyWebAPI.cs b/SpotifyAPI.Web/SpotifyWebAPI.cs index 57f66acd..2e31b33e 100644 --- a/SpotifyAPI.Web/SpotifyWebAPI.cs +++ b/SpotifyAPI.Web/SpotifyWebAPI.cs @@ -1573,7 +1573,7 @@ namespace SpotifyAPI.Web } /// - /// Remove one or more tracks from a user’s playlist. + /// Remove a track from a user’s playlist. /// /// The user's Spotify user ID. /// The Spotify ID for the playlist. @@ -1586,7 +1586,7 @@ namespace SpotifyAPI.Web } /// - /// Remove one or more tracks from a user’s playlist asynchronously. + /// Remove a track from a user’s playlist asynchronously. /// /// The user's Spotify user ID. /// The Spotify ID for the playlist. @@ -1635,7 +1635,7 @@ namespace SpotifyAPI.Web } /// - /// Add one or more tracks to a user’s playlist. + /// Add a track to a user’s playlist. /// /// The user's Spotify user ID. /// The Spotify ID for the playlist. @@ -1649,7 +1649,7 @@ namespace SpotifyAPI.Web } /// - /// Add one or more tracks to a user’s playlist asynchronously. + /// Add a track to a user’s playlist asynchronously. /// /// The user's Spotify user ID. /// The Spotify ID for the playlist.