Skip to content

Commit ca94996

Browse files
author
bjozzi
committed
changed comment
1 parent f2d3758 commit ca94996

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/wrapper/spotify/methods/AudioFeatureRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ public static Builder builder() {
4141
public static final class Builder extends AbstractRequest.Builder<Builder> {
4242

4343
/**
44-
* The album with the given id.
44+
* The audio request with the given song id.
4545
*
46-
* @param id The id for the album.
46+
* @param id The id for the song.
4747
* @return AlbumRequest
4848
*/
4949
public Builder id(String id) {

0 commit comments

Comments
 (0)