fixed up naming conventions

This commit is contained in:
Chris Heckathorne
2015-05-11 10:31:57 -04:00
parent c6f89b5a18
commit b324bab413
5 changed files with 5 additions and 5 deletions

View File

@@ -92,7 +92,7 @@ namespace Octokit.Reactive
/// <returns>
/// A collection of <see cref="RepositoryContent"/> representing the content at the specified path
/// </returns>
IObservable<RepositoryContent> GetContents(string owner, string name, string path, string reference);
IObservable<RepositoryContent> GetAllContents(string owner, string name, string path, string reference);
/// <summary>
/// Creates a commit that creates a new file in a repository.