one more malformed xml-docs tag

This commit is contained in:
Brendan Forster
2015-11-03 13:02:28 -08:00
parent de68609dd5
commit f468b526c6
@@ -49,7 +49,6 @@ namespace Octokit
/// </summary>
/// <param name="text">The Markdown text to render</param>
/// <param name="mode">The rendering mode. Can be either markdown by default or gfm</param>
/// </param>
public NewArbitraryMarkdown(string text, string mode)
: this(text, mode, null)
{