Skip to content

Commit

Permalink
Fixed typo CHannel -> Channel (#73)
Browse files Browse the repository at this point in the history
(I realize that I made a typo in my commit message - oh the irony)
  • Loading branch information
Winnak authored and cryptiklemur committed Dec 27, 2018
1 parent ddf04c9 commit c1d8c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DiscordClient.php
Expand Up @@ -310,7 +310,7 @@ private function mapBadDocs($cls)
case '\RestCord\Model\Guild\User':
case '\RestCord\Model\Channel\User':
return '\RestCord\Model\User\User';
case '\RestCord\Model\CHannel\ISO8601':
case '\RestCord\Model\Channel\ISO8601':
return '\DateTimeImmutable';
default:
return $cls;
Expand Down

0 comments on commit c1d8c8c

Please sign in to comment.