From 0f467ed07e8d7709c207832903bb126f44bc1521 Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Sun, 7 Jun 2020 08:30:50 -0400 Subject: [PATCH] correct Playlist comment typo --- playlist.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playlist.go b/playlist.go index 861dc1c..0657692 100644 --- a/playlist.go +++ b/playlist.go @@ -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"`