Fix convention errors

This commit is contained in:
Mordechai Zuber
2016-01-21 07:31:32 +02:00
parent e690e22637
commit c113292f5b
8 changed files with 40 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ namespace Octokit.Reactive
/// See the <a href="https://developer.github.com/v3/repos/pages/#list-pages-builds">API documentation</a> for more information.
/// </remarks>
/// <returns></returns>
public IObservable<PagesBuild> GetBuilds(string owner, string repositoryName)
public IObservable<PagesBuild> GetAllBuilds(string owner, string repositoryName)
{
Ensure.ArgumentNotNullOrEmptyString(owner, "owner");
Ensure.ArgumentNotNullOrEmptyString(repositoryName, "repositoryName");