Skip to content

Commit 419dd32

Browse files
committed
fixed class description typos
1 parent 1a76312 commit 419dd32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Playlist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
namespace SinusBot;
1212

1313
/**
14-
* Playlist Instance
14+
* Class Playlist
1515
*
1616
* Playlist represents a single Playlist of the SinusBot
1717
*/

src/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
namespace SinusBot;
1212

1313
/**
14-
* User Instance
14+
* Class User
1515
*
1616
* User represents a single User of the SinusBot
1717
*/

0 commit comments

Comments
 (0)