Browse Source

typos

pull/2507/head
Misha133 2 years ago
parent
commit
26e8478a24
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.WebSocket/Entities/Interaction/MessageComponents/SocketMessageComponentData.cs

+ 1
- 1
src/Discord.Net.WebSocket/Entities/Interaction/MessageComponents/SocketMessageComponentData.cs View File

@@ -26,7 +26,7 @@ namespace Discord.WebSocket
public IReadOnlyCollection<SocketChannel> Channels { get; }

/// <inheritdoc cref="IComponentInteractionData.Users"/>
/// <remarks>Returns <see cref="SocketUser"/> is user is cached <see cref="RestUser"/> otherwise.</remarks>
/// <remarks>Returns <see cref="SocketUser"/> if user is cached, <see cref="RestUser"/> otherwise.</remarks>
public IReadOnlyCollection<IUser> Users { get; }

/// <inheritdoc cref="IComponentInteractionData.Roles"/>


Loading…
Cancel
Save