Skip to content

Commit

Permalink
Merge pull request #217 from krisbuist/patch-1
Browse files Browse the repository at this point in the history
Fix typo in the IMessage::getHtmlPart() docblock
  • Loading branch information
zbateson committed Jun 15, 2023
2 parents 7ef9809 + a599696 commit e4652f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function getTextPartCount();
* default behavior is to return the first part. Additional parts can be
* returned by passing a 0-based index.
*
* If there are no inline text/plain parts in this message, null is
* If there are no inline text/html parts in this message, null is
* returned.
*
* @see IMessage::getHtmlStream() to get the html content stream directly.
Expand Down

0 comments on commit e4652f8

Please sign in to comment.