Minor edit

This commit is contained in:
Brandon Smith
2015-08-21 20:57:43 -03:00
parent d34f3f9db1
commit 930cbd8580

View File

@@ -1092,10 +1092,7 @@ namespace Discord
return text;
}
/// <summary>
/// Blocking call that will not return until client has been stopped. This is mainly intended for use in console applications.
/// </summary>
/// <returns></returns>
/// <summary> Blocking call that will not return until client has been stopped. This is mainly intended for use in console applications. </summary>
public void Block()
{
_isStopping.Wait();