Skip to content

Commit

Permalink
fixed class description typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Sep 11, 2018
1 parent 1a76312 commit 419dd32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Playlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace SinusBot;

/**
* Playlist Instance
* Class Playlist
*
* Playlist represents a single Playlist of the SinusBot
*/
Expand Down
2 changes: 1 addition & 1 deletion src/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace SinusBot;

/**
* User Instance
* Class User
*
* User represents a single User of the SinusBot
*/
Expand Down

0 comments on commit 419dd32

Please sign in to comment.