Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 0f467ed

Browse files
committed
correct Playlist comment typo
1 parent 74267e9 commit 0f467ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playlist.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type PlaylistItem struct {
1414
Title string `json:"title"`
1515
}
1616

17-
// PlaylistItem represents a Grafana playlist.
17+
// Playlist represents a Grafana playlist.
1818
type Playlist struct {
1919
Id int `json:"id"`
2020
Name string `json:"name"`

0 commit comments

Comments
 (0)