From fff1712fa0ec1f5c2ea5b7eeecbe2fad3fd44e5a Mon Sep 17 00:00:00 2001 From: Haroon Date: Thu, 14 Nov 2013 22:40:06 +0000 Subject: [PATCH] updated wording --- Octokit/Http/ApiConnection.cs | 2 +- Octokit/Http/IApiConnection.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Octokit/Http/ApiConnection.cs b/Octokit/Http/ApiConnection.cs index 7fe442f9..c3c9e4bd 100644 --- a/Octokit/Http/ApiConnection.cs +++ b/Octokit/Http/ApiConnection.cs @@ -167,7 +167,7 @@ namespace Octokit } /// - /// Puts the API object at the specified URI. + /// Creates or replaces the API resource at the specified URI /// /// URI of the API resource to put /// A for the request's execution. diff --git a/Octokit/Http/IApiConnection.cs b/Octokit/Http/IApiConnection.cs index 0b103918..7b6647d9 100644 --- a/Octokit/Http/IApiConnection.cs +++ b/Octokit/Http/IApiConnection.cs @@ -101,9 +101,9 @@ namespace Octokit Task Post(Uri uri, object data, string accepts, string contentType); /// - /// PUTS the API object at the specified URI. + /// Creates or replaces the API resource at the specified URI /// - /// URI of the API resource to delete + /// URI of the API resource to put /// A for the request's execution. Task Put(Uri uri);