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

@@ -136,7 +136,7 @@ namespace Discord.WebSocket
/// </note>
/// <para>
/// This event is fired when multiple messages are bulk deleted. The event handler must return a
/// <see cref="Task"/> and accept an <see cref="IReadOnlyCollection{Cacheable{TEntity,TId}}"/> and
/// <see cref="Task"/> and accept an <see cref="IReadOnlyCollection{Cacheable}"/> and
/// <see cref="ISocketMessageChannel"/> as its parameters.
/// </para>
/// <para>