tidy up some xml-docs while i'm in here

This commit is contained in:
Brendan Forster
2015-11-02 17:48:39 -08:00
parent 50a2b97c17
commit bfb0559351
8 changed files with 64 additions and 7 deletions
+2 -2
View File
@@ -2,11 +2,11 @@
namespace Octokit.Internal
{
public static class HttpVerb
internal static class HttpVerb
{
static readonly HttpMethod patch = new HttpMethod("PATCH");
public static HttpMethod Patch
internal static HttpMethod Patch
{
get { return patch; }
}