updated wording

This commit is contained in:
Haroon
2013-11-14 22:40:06 +00:00
parent 6d6ae7a72b
commit fff1712fa0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ namespace Octokit
}
/// <summary>
/// Puts the API object at the specified URI.
/// Creates or replaces the API resource at the specified URI
/// </summary>
/// <param name="uri">URI of the API resource to put</param>
/// <returns>A <see cref="Task"/> for the request's execution.</returns>
+2 -2
View File
@@ -101,9 +101,9 @@ namespace Octokit
Task<T> Post<T>(Uri uri, object data, string accepts, string contentType);
/// <summary>
/// PUTS the API object at the specified URI.
/// Creates or replaces the API resource at the specified URI
/// </summary>
/// <param name="uri">URI of the API resource to delete</param>
/// <param name="uri">URI of the API resource to put</param>
/// <returns>A <see cref="Task"/> for the request's execution.</returns>
Task Put(Uri uri);