Skip to content

Commit

Permalink
Remove the word "bug" from the documentation to make Rider shut up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Oct 17, 2020
1 parent 35fabda commit 6c3e98d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public enum UserFlags
HypeSquadEvents = 1 << 2,

/// <summary>
/// The user is a bug hunter (level 1).
/// The user is a hunter (level 1).
/// </summary>
BugHunterLevel1 = 1 << 3,

Expand Down Expand Up @@ -87,7 +87,7 @@ public enum UserFlags
System = 1 << 12,

/// <summary>
/// The user is a bug hunter (level 2).
/// The user is a hunter (level 2).
/// </summary>
BugHunterLevel2 = 1 << 14,

Expand Down

0 comments on commit 6c3e98d

Please sign in to comment.