mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-31 02:05:39 +00:00
tidy up some xml-docs while i'm in here
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user