Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marioortizmanero committed Jul 27, 2022
1 parent 8043a7e commit d27e81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspotify-model/src/show.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub struct SimplifiedShow {
pub publisher: String,
}

/// [`SimplifiedShows`] wrapped by [`Vec`]
/// [`SimplifiedShow`] wrapped by [`Vec`]
#[derive(Deserialize)]
pub struct SeversalSimplifiedShows {
pub shows: Vec<SimplifiedShow>,
Expand Down

0 comments on commit d27e81c

Please sign in to comment.