From af83007937e3c8639295aa5b188d3784dfe76bab Mon Sep 17 00:00:00 2001
From: Still Hsu <341464@gmail.com>
Date: Sun, 17 Jun 2018 19:22:06 +0800
Subject: [PATCH] Fix GetCategoryAsync docs
---
src/Discord.Net.Core/Entities/Channels/INestedChannel.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Discord.Net.Core/Entities/Channels/INestedChannel.cs b/src/Discord.Net.Core/Entities/Channels/INestedChannel.cs
index 62984c2a0..99a4e6cd5 100644
--- a/src/Discord.Net.Core/Entities/Channels/INestedChannel.cs
+++ b/src/Discord.Net.Core/Entities/Channels/INestedChannel.cs
@@ -20,9 +20,9 @@ namespace Discord
///
/// The that determines whether the object should be fetched from cache.
/// The options to be used when sending the request.
- ///
+ ///
/// A category channel representing the parent of this channel; null if none is set.
- ///
+ ///
Task GetCategoryAsync(CacheMode mode = CacheMode.AllowDownload, RequestOptions options = null);
}
}