Skip to content

Commit

Permalink
correct Playlist comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdb committed Jun 7, 2020
1 parent 74267e9 commit 0f467ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playlist.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type PlaylistItem struct {
Title string `json:"title"`
}

// PlaylistItem represents a Grafana playlist.
// Playlist represents a Grafana playlist.
type Playlist struct {
Id int `json:"id"`
Name string `json:"name"`
Expand Down

0 comments on commit 0f467ed

Please sign in to comment.