Apply suggestions from code review

Co-authored-by: ${sleep,5} <52643283+mrthankyou@users.noreply.github.com>
This commit is contained in:
Jorge
2021-11-15 16:41:51 +01:00
committed by GitHub
parent 129a81a2f8
commit 1be823d5e7
2 changed files with 3 additions and 3 deletions

View File

@@ -334,7 +334,7 @@ module EmailSender {
}
/**
* A data-flow node that sends an email..
* A data-flow node that sends an email.
*
* Extend this class to refine existing API models. If you want to model new APIs,
* extend `EmailSender::Range` instead.

View File

@@ -42,8 +42,8 @@ module SmtpLib {
}
/**
* Using `MimeText` call, gets the content argument whose type argument equals `mimetype`.
* This call flow sinto `MIMEMultipart`'s `_subparts` argument or `.attach()` method call,
* Using the `MimeText` call retrieves the content argument whose type argument equals `mimetype`.
* This call flows into `MIMEMultipart`'s `_subparts` argument or the `.attach()` method call
* and both local source nodes correlate to `smtp`'s `sendmail` call 3rd argument's local source.
*
* Given the following example with `getSmtpMessage(any(SmtpLibSendMail s), "html")`: