Fix up XML comments as per PR review

This commit is contained in:
Henrik Andersson
2015-10-05 13:19:19 +10:00
parent 8c15b6de97
commit 110ffa705f
2 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -18,8 +18,8 @@ namespace Octokit
/// <item>
/// <term>content_type</term>
/// <description>
/// An optional string defining the media type used to serialize the payloads.Supported values include json and
/// form.The default is form.
/// An optional string defining the media type used to serialize the payloads. Supported values include json and
/// form. The default is form.
/// </description>
/// </item>
/// <item>
@@ -33,7 +33,7 @@ namespace Octokit
/// <term>insecure_ssl:</term>
/// <description>
/// An optional string that determines whether the SSL certificate of the host for url will be verified when
/// delivering payloads.Supported values include "0" (verification is performed) and "1" (verification is not
/// delivering payloads. Supported values include "0" (verification is performed) and "1" (verification is not
/// performed). The default is "0".
/// </description>
/// </item>