Browse Source

Update comment to use see tag

pull/923/head
Chris Johnston 7 years ago
parent
commit
1363e5ae33
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Users/GuildUserProperties.cs

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

@@ -34,7 +34,7 @@ namespace Discord
/// Should the user have a nickname set?
/// </summary>
/// <remarks>
/// To clear the user's nickname, this value can be set to null or string.Empty.
/// To clear the user's nickname, this value can be set to <see langword="null" /> or <see cref="string.Empty" />.
/// </remarks>
public Optional<string> Nickname { get; set; }
/// <summary>


Loading…
Cancel
Save