Skip to content

Commit

Permalink
Fixed some doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Sep 14, 2023
1 parent 6aca021 commit 2ecba3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MailKit/Net/Imap/ImapUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2166,7 +2166,7 @@ static async Task<MessageThread> ParseThreadAsync (ImapEngine engine, uint uidVa
/// <returns>The task.</returns>
/// <param name="engine">The IMAP engine.</param>
/// <param name="uidValidity">The UIDVALIDITY of the folder.</param>
/// <param name="threads">The list of threads that this method will append to.</param>
/// <param name="threads">The list of message threads that this method will append to.</param>
/// <param name="cancellationToken">The cancellation token.</param>
public static void ParseThreads (ImapEngine engine, uint uidValidity, List<MessageThread> threads, CancellationToken cancellationToken)
{
Expand All @@ -2192,7 +2192,7 @@ public static void ParseThreads (ImapEngine engine, uint uidValidity, List<Messa
/// <returns>The task.</returns>
/// <param name="engine">The IMAP engine.</param>
/// <param name="uidValidity">The UIDVALIDITY of the folder.</param>
/// <param name="doAsync">Whether or not asynchronous IO methods should be used.</param>
/// <param name="threads">THe list of message threads that will be appended to.</param>
/// <param name="cancellationToken">The cancellation token.</param>
public static async Task ParseThreadsAsync (ImapEngine engine, uint uidValidity, List<MessageThread> threads, CancellationToken cancellationToken)
{
Expand Down

0 comments on commit 2ecba3f

Please sign in to comment.