From 5331d55424b59907e8bc506c9693b73cc842f60a Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Sun, 22 Dec 2024 08:24:02 -0500 Subject: [PATCH] [MINOR] Doc update --- .../dev/hossain/githubstats/PrReviewerStatsService.kt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/kotlin/dev/hossain/githubstats/PrReviewerStatsService.kt b/src/main/kotlin/dev/hossain/githubstats/PrReviewerStatsService.kt index 40734d5..c25648d 100644 --- a/src/main/kotlin/dev/hossain/githubstats/PrReviewerStatsService.kt +++ b/src/main/kotlin/dev/hossain/githubstats/PrReviewerStatsService.kt @@ -42,10 +42,11 @@ class PrReviewerStatsService constructor( * NOTE: If [AppConfig.botUserIds] is defined, then those users will be excluded from the review stats. * * ``` - * Total Reviews by Sally: 24 - * Bob -> 14 PRs reviewed by Sally; - * Alice -> 8 PRs reviewed by Sally; - * Charlie -> 2 PRs reviewed by Sally; + * Total reviews by Sally: 24 + * + * Sally reviewed 14 PRs made by Bob + * Sally reviewed 8 PRs made by Alice + * Sally reviewed 2 PRs made by Charlie * ``` */ suspend fun reviewerStats(prReviewerUserId: String): ReviewerReviewStats {