From 419dd3280e89bc4ad63399187c91570524d23d36 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 11 Sep 2018 10:09:19 +0200 Subject: [PATCH] fixed class description typos --- src/Playlist.php | 2 +- src/User.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Playlist.php b/src/Playlist.php index 4d441b4..cc0dc9e 100644 --- a/src/Playlist.php +++ b/src/Playlist.php @@ -11,7 +11,7 @@ namespace SinusBot; /** - * Playlist Instance + * Class Playlist * * Playlist represents a single Playlist of the SinusBot */ diff --git a/src/User.php b/src/User.php index a05bc36..bdabfca 100644 --- a/src/User.php +++ b/src/User.php @@ -11,7 +11,7 @@ namespace SinusBot; /** - * User Instance + * Class User * * User represents a single User of the SinusBot */