Fix spelling mistake

This commit is contained in:
Qluxzz
2021-03-05 21:04:17 +01:00
committed by Henrik Friedrichsen
parent 6e2b108284
commit 3d11b2c333
4 changed files with 8 additions and 8 deletions

View File

@@ -683,7 +683,7 @@ impl Spotify {
self.api_with_retry(|api| api.get_an_episode(episode_id.to_string(), self.country))
}
pub fn recommentations(
pub fn recommendations(
&self,
seed_artists: Option<Vec<String>>,
seed_genres: Option<Vec<String>>,