Browse Source

docs: update xmldoc wording

pull/1311/head
Chris Johnston 6 years ago
parent
commit
13941be768
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Discord.Net.Core/Entities/Users/GuildUserProperties.cs

+ 2
- 2
src/Discord.Net.Core/Entities/Users/GuildUserProperties.cs View File

@@ -59,7 +59,7 @@ namespace Discord
/// </remarks> /// </remarks>
public Optional<IEnumerable<ulong>> RoleIds { get; set; } public Optional<IEnumerable<ulong>> RoleIds { get; set; }
/// <summary> /// <summary>
/// Moves a user to a voice channel. If <c>null</c>, this user will be disconnected from voice.
/// Moves a user to a voice channel. If <c>null</c>, this user will be disconnected from their current voice channel.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This user MUST already be in a <see cref="IVoiceChannel"/> for this to work. /// This user MUST already be in a <see cref="IVoiceChannel"/> for this to work.
@@ -67,7 +67,7 @@ namespace Discord
/// </remarks> /// </remarks>
public Optional<IVoiceChannel> Channel { get; set; } public Optional<IVoiceChannel> Channel { get; set; }
/// <summary> /// <summary>
/// Moves a user to a voice channel. If <c>null</c>, this user will be disconnected from voice.
/// Moves a user to a voice channel. If <c>null</c>, this user will be disconnected from their current voice channel.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This user MUST already be in a <see cref="IVoiceChannel"/> for this to work. /// This user MUST already be in a <see cref="IVoiceChannel"/> for this to work.


Loading…
Cancel
Save