Browse Source

restored the removed line break

pull/1161/head
Chris Johnston 7 years ago
parent
commit
e41136c955
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Discord.Net.Core/Entities/Users/IConnection.cs

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

@@ -16,6 +16,7 @@ namespace Discord
/// <summary> Gets whether the connection is revoked. </summary> /// <summary> Gets whether the connection is revoked. </summary>
/// <returns> A value which if true indicates that this connection has been revoked, otherwise false. </returns> /// <returns> A value which if true indicates that this connection has been revoked, otherwise false. </returns>
bool IsRevoked { get; } bool IsRevoked { get; }

/// <summary> Gets a <see cref="IReadOnlyCollection{T}"/> of integration IDs. </summary> /// <summary> Gets a <see cref="IReadOnlyCollection{T}"/> of integration IDs. </summary>
/// <returns> /// <returns>
/// An <see cref="IReadOnlyCollection{T}"/> containing <see cref="ulong"/> /// An <see cref="IReadOnlyCollection{T}"/> containing <see cref="ulong"/>


Loading…
Cancel
Save