From 930cbd858061d6044ca72b0b3fe293a4da866f1c Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Fri, 21 Aug 2015 20:57:43 -0300 Subject: [PATCH] Minor edit --- src/Discord.Net/DiscordClient.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Discord.Net/DiscordClient.cs b/src/Discord.Net/DiscordClient.cs index 93a043076..a3bd7626e 100644 --- a/src/Discord.Net/DiscordClient.cs +++ b/src/Discord.Net/DiscordClient.cs @@ -1092,10 +1092,7 @@ namespace Discord return text; } - /// - /// Blocking call that will not return until client has been stopped. This is mainly intended for use in console applications. - /// - /// + /// Blocking call that will not return until client has been stopped. This is mainly intended for use in console applications. public void Block() { _isStopping.Wait();