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

Commit 397e916

Browse files
More comments
1 parent 18e2201 commit 397e916

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/GitHub.App/Extensions/AkavacheExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ static IObservable<T> GetAndFetchLatestFromIndex<T>(this IBlobCache This,
252252
/// <typeparam name="T"></typeparam>
253253
/// <param name="blobCache">The cache to retrieve the object from.</param>
254254
/// <param name="key">The key to look up the cache value with.</param>
255-
/// <param name="fetchFunc"></param>
255+
/// <param name="fetchFunc">The fetch function.</param>
256256
/// <param name="maxCacheDuration">
257257
/// The maximum age of a cache object before the object is treated as
258258
/// expired and unusable. Cache objects older than this will be treated

src/GitHub.InlineReviews/ViewModels/PullRequestReviewCommentViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public PullRequestReviewCommentViewModel(
8888
/// <param name="commentService">Comment Service</param>
8989
/// <param name="thread">The thread that the comment is a part of.</param>
9090
/// <param name="currentUser">The current user.</param>
91-
/// <param name="review"></param>
91+
/// <param name="review">The associated pull request review.</param>
9292
/// <param name="model">The comment model.</param>
9393
public PullRequestReviewCommentViewModel(
9494
IPullRequestSession session,

0 commit comments

Comments
 (0)