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

@@ -25,7 +25,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>
IObservable<PagesBuild> GetBuilds(string owner, string repositoryName);
IObservable<PagesBuild> GetAllBuilds(string owner, string repositoryName);
/// <summary>
/// Gets the build metadata for the last build for a given repository
/// </summary>