Skip to content

Commit 53a20a9

Browse files
committed
[GH Usage] Updated Feature flag doc
1 parent 04773e3 commit 53a20a9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/NuGetGallery/Services/IFeatureFlagService.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ public interface IFeatureFlagService
5454
bool IsSearchSideBySideEnabled(User user);
5555

5656
/// <summary>
57-
/// Whether a user can see the "GitHub Usage" section in a package's display page as well as
58-
/// well as the added "GitHub Usage count" in the "Statistics" section
57+
/// Whether a user can see the "GitHub Usage" section in a package's display page as well
58+
/// as the added "GitHub Usage count" in the "Statistics" section
5959
/// </summary>
60-
/// <param name="user"></param>
61-
/// <returns></returns>
60+
/// <param name="user">The user to test fot the Flight</param>
61+
/// <returns>Whether or not the Flight is enabled for the user</returns>
6262
bool IsGitHubUsageEnabled(User user);
6363
}
6464
}

0 commit comments

Comments
 (0)