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

Commit 085bfa9

Browse files
committed
Clarify IsResolved summary
1 parent 7a41406 commit 085bfa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Exports.Reactive/Models/IInlineCommentThreadModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public interface IInlineCommentThreadModel
5151
string RelativePath { get; }
5252

5353
/// <summary>
54-
/// A value indicating whether the thread is resolved.
54+
/// Gets a value indicating whether comment thread has been marked as resolved by a user.
5555
/// </summary>
5656
bool IsResolved { get; }
5757
}

0 commit comments

Comments
 (0)