Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 04e6fc7

Browse files
Adding comments
1 parent 967a749 commit 04e6fc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitHub.InlineReviews/Tags/ShowInlineCommentTag.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ public class ShowInlineCommentTag : InlineCommentTag
1515
/// Initializes a new instance of the <see cref="ShowInlineCommentTag"/> class.
1616
/// </summary>
1717
/// <param name="session">The pull request session.</param>
18-
/// <param name="lineNumber"></param>
19-
/// <param name="diffLineType"></param>
18+
/// <param name="lineNumber">0-based index of the inline tag</param>
19+
/// <param name="diffLineType">The diff type for the inline comment</param>
2020
public ShowInlineCommentTag(IPullRequestSession session, int lineNumber, DiffChangeType diffLineType)
2121
: base(session, lineNumber, diffLineType)
2222
{

0 commit comments

Comments
 (0)