Skip to content

Commit

Permalink
Remove conflicting characters in documentation comment (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasroldan6 authored Jun 25, 2019
1 parent b3db4b2 commit 73b0eea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public async Task<object> StartConversationInChannel(string channelId, string us
/// </summary>
/// <returns>A <see cref="Task"/> representing the asynchronous operation.</returns>
/// <param name="channelId">A Slack channel id, like one found in `message.channel`.</param>
/// <param name="userId">A Slack user id, like one found in `message.user` or in a `.<@mention>`</param>
/// <param name="userId">A Slack user id, like one found in `message.user` or in a '.@mention'.</param>
/// <param name="threadTs">A thread_ts value found in the `message.thread_ts` or `message.ts` field.</param>
public async Task<object> StartConversationInThread(string channelId, string userId, string threadTs)
{
Expand Down

0 comments on commit 73b0eea

Please sign in to comment.