docs: Fix invalid cref values in docs (#1329)

Signed-off-by: Still Hsu <341464@gmail.com>
This commit is contained in:
Still Hsu
2019-06-22 05:23:03 +08:00
committed by Christopher F
parent 9fede346d3
commit 363d1c6da6
5 changed files with 6 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ using Model = Discord.API.Channel;
namespace Discord.WebSocket
{
/// <summary>
/// Represents a WebSocket-based news channel in a guild that has the same properties as a <see cref="RestTextChannel"/>.
/// Represents a WebSocket-based news channel in a guild that has the same properties as a <see cref="SocketTextChannel"/>.
/// </summary>
[DebuggerDisplay(@"{DebuggerDisplay,nq}")]
public class SocketNewsChannel : SocketTextChannel