Browse Source

docs: adjust wording of ActivityType.Watching enum

Adjusts the xmldoc summary wording of the ActivityType.Watching enum to
fix a wording issue.
pull/1379/head
Chris Johnston Still Hsu 6 years ago
parent
commit
fcbe123c07
No known key found for this signature in database GPG Key ID: C176DD7907FF62A7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Activities/ActivityType.cs

+ 1
- 1
src/Discord.Net.Core/Entities/Activities/ActivityType.cs View File

@@ -18,7 +18,7 @@ namespace Discord
/// </summary>
Listening = 2,
/// <summary>
/// The user is watching a media.
/// The user is watching some form of media.
/// </summary>
Watching = 3
}


Loading…
Cancel
Save